Html Css Color HEX #C0D211 Rio Grande

📋 copy color: '#C0D211'

red 192 ◦ green 210 ◦ blue 17

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

Shades of Rio Grande #C0D211

Tints of Rio Grande #C0D211

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.12%

 BLUE value IS 17 (7.03% from 255) = 4.06%

R = 45.82%
G = 50.12%
B = 4.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#C0D211 (or 0xC0D211) is known color: Rio Grande. HEX triplet: C0, D2 and 11. RGB value is (192,210,17). Sum of RGB (Red+Green+Blue) = 192+210+17=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D211 is #3F2DEE. Grayscale: #B7B7B7. Windows color (decimal): -4140527 or 1168064. OLE color: 1168064.

HSL color Cylindrical-coordinate representation of color #C0D211: hue angle of 65.6º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0D211 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 17 -
CMYK 0.09 0 0.92 0.18
HSL 65.6º 0.85% 0.45% -
HSV(B) 65.6º 0.92% 0.82% -
XYZ 44.89 57.34 9.23 -
YUV 182.62 34.54 134.69 -
System Red Green Blue C M Y K H S L
Decimal 192 210 17 0.09 0 0.92 0.18 65.6 0.85 0.45
Hex C0 D2 11 9 0 5C 12 42 55 2D
Octal 300 322 21 11 0 134 22 102 125 55
Binary 11000000 11010010 10001 1001 0 1011100 10010 1000010 1010101 101101

Color Harmonies of #C0D211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D211

Black with #C0D211

Text Example


Text Example

White with #C0D211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D211; }

 p { color: rgb(192,210,17); }

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

background-color css

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

 a { background-color: rgb(192,210,17); }

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

border-color css

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

 span { border-color: rgb(192,210,17); }

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