Html Css Color HEX #C0D316 Rio Grande

📋 copy color: '#C0D316'

red 192 ◦ green 211 ◦ blue 22

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

Shades of Rio Grande #C0D316

Tints of Rio Grande #C0D316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.65%

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 45.18%
G = 49.65%
B = 5.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#C0D316 (or 0xC0D316) is known color: Rio Grande. HEX triplet: C0, D3 and 16. RGB value is (192,211,22). Sum of RGB (Red+Green+Blue) = 192+211+22=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D316 is #3F2CE9. Grayscale: #B8B8B8. Windows color (decimal): -4140266 or 1496000. OLE color: 1496000.

HSL color Cylindrical-coordinate representation of color #C0D316: hue angle of 66.03º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0D316 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 211 22 -
CMYK 0.09 0 0.90 0.17
HSL 66.03º 0.81% 0.46% -
HSV(B) 66.03º 0.9% 0.83% -
XYZ 45.18 57.85 9.54 -
YUV 183.77 36.71 133.87 -
System Red Green Blue C M Y K H S L
Decimal 192 211 22 0.09 0 0.90 0.17 66.03 0.81 0.46
Hex C0 D3 16 9 0 5A 11 42 51 2E
Octal 300 323 26 11 0 132 21 102 121 56
Binary 11000000 11010011 10110 1001 0 1011010 10001 1000010 1010001 101110

Color Harmonies of #C0D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D316

Black with #C0D316

Text Example


Text Example

White with #C0D316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D316; }

 p { color: rgb(192,211,22); }

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

background-color css

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

 a { background-color: rgb(192,211,22); }

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

border-color css

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

 span { border-color: rgb(192,211,22); }

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