Html Css Color HEX #C0C71F Rio Grande

📋 copy color: '#C0C71F'

red 192 ◦ green 199 ◦ blue 31

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

Shades of Rio Grande #C0C71F

Tints of Rio Grande #C0C71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.16%

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

R = 45.5%
G = 47.16%
B = 7.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C0C71F (or 0xC0C71F) is known color: Rio Grande. HEX triplet: C0, C7 and 1F. RGB value is (192,199,31). Sum of RGB (Red+Green+Blue) = 192+199+31=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C71F is #3F38E0. Grayscale: #B2B2B2. Windows color (decimal): -4143329 or 2082752. OLE color: 2082752.

HSL color Cylindrical-coordinate representation of color #C0C71F: hue angle of 62.5º 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 #C0C71F is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 199 31 -
CMYK 0.04 0 0.84 0.22
HSL 62.5º 0.73% 0.45% -
HSV(B) 62.5º 0.84% 0.78% -
XYZ 42.41 52.15 9.13 -
YUV 177.76 45.18 138.16 -
System Red Green Blue C M Y K H S L
Decimal 192 199 31 0.04 0 0.84 0.22 62.5 0.73 0.45
Hex C0 C7 1F 4 0 54 16 3F 49 2D
Octal 300 307 37 4 0 124 26 77 111 55
Binary 11000000 11000111 11111 100 0 1010100 10110 111111 1001001 101101

Color Harmonies of #C0C71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C71F

Black with #C0C71F

Text Example


Text Example

White with #C0C71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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