Html Css Color HEX #C0C61F Rio Grande

📋 copy color: '#C0C61F'

red 192 ◦ green 198 ◦ blue 31

#C0C61F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #C0C61F

Tints of Rio Grande #C0C61F

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

 GREEN value IS 198 (77.73% from 255) = 47.03%

 BLUE value IS 31 (12.5% from 255) = 7.36%

R = 45.61%
G = 47.03%
B = 7.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0C61F (or 0xC0C61F) is known color: Rio Grande. HEX triplet: C0, C6 and 1F. RGB value is (192,198,31). Sum of RGB (Red+Green+Blue) = 192+198+31=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 198 (77.73% from 255 or 47.03% from 421); Blue value is 31 (12.5% from 255 or 7.36% from 421); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C61F is #3F39E0. Grayscale: #B1B1B1. Windows color (decimal): -4143585 or 2082496. OLE color: 2082496.

HSL color Cylindrical-coordinate representation of color #C0C61F: hue angle of 62.16º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0C61F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 198 31 -
CMYK 0.03 0 0.84 0.22
HSL 62.16º 0.73% 0.45% -
HSV(B) 62.16º 0.84% 0.78% -
XYZ 42.18 51.69 9.05 -
YUV 177.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 192 198 31 0.03 0 0.84 0.22 62.16 0.73 0.45
Hex C0 C6 1F 3 0 54 16 3E 49 2D
Octal 300 306 37 3 0 124 26 76 111 55
Binary 11000000 11000110 11111 11 0 1010100 10110 111110 1001001 101101

Color Harmonies of #C0C61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C61F

Black with #C0C61F

Text Example


Text Example

White with #C0C61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C61F; }

 p { color: rgb(192,198,31); }

 H1.HeaderClassName
 {
   color: #C0C61F;
 }
 .AnyTagClassName
 {
   color: #C0C61F;
 }
</style>

background-color css

<style>
 a { background-color: #C0C61F; }

 a { background-color: rgb(192,198,31); }

 div.DivClassName
 {
   background-color: #C0C61F;
 }
 .BgClassName
 {
   background-color: #C0C61F;
 }
</style>

border-color css

<style>
 span { border-color: #C0C61F; }

 span { border-color: rgb(192,198,31); }

 td.TdClassName
 {
   border-color: #C0C61F;
 }
 .TagClassName
 {
   border-color: #C0C61F;
 }
</style>