Html Css Color HEX #C0C71B Rio Grande

📋 copy color: '#C0C71B'

red 192 ◦ green 199 ◦ blue 27

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

Shades of Rio Grande #C0C71B

Tints of Rio Grande #C0C71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.46%

R = 45.93%
G = 47.61%
B = 6.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C0C71B (or 0xC0C71B) is known color: Rio Grande. HEX triplet: C0, C7 and 1B. RGB value is (192,199,27). Sum of RGB (Red+Green+Blue) = 192+199+27=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #C0C71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C71B is #3F38E4. Grayscale: #B1B1B1. Windows color (decimal): -4143333 or 1820608. OLE color: 1820608.

HSL color Cylindrical-coordinate representation of color #C0C71B: hue angle of 62.44º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0C71B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 199 27 -
CMYK 0.04 0 0.86 0.22
HSL 62.44º 0.76% 0.44% -
HSV(B) 62.44º 0.86% 0.78% -
XYZ 42.36 52.13 8.87 -
YUV 177.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 192 199 27 0.04 0 0.86 0.22 62.44 0.76 0.44
Hex C0 C7 1B 4 0 56 16 3E 4C 2C
Octal 300 307 33 4 0 126 26 76 114 54
Binary 11000000 11000111 11011 100 0 1010110 10110 111110 1001100 101100

Color Harmonies of #C0C71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C71B

Black with #C0C71B

Text Example


Text Example

White with #C0C71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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