#C0C02C

Color #C0C02C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C0C02C

Tints of Rio Grande #C0C02C

Color information

#C0C02C (or 0xC0C02C) is unknown color: approx Rio Grande. HEX triplet: C0, C0 and 2C. RGB value is (192,192,44). Sum of RGB (Red+Green+Blue) = 192+192+44=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C02C is #3F3FD3. Grayscale: #AFAFAF. Windows color (decimal): -4145108 or 2932928. OLE color: 2932928.

HSL color Cylindrical-coordinate representation of color #C0C02C: hue angle of 60º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0C02C is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB19219244-
CMYK000.770.25
HSL60º62.71%46.27%-
HSV(B)60º77.08%75.29%-
XYZ41.0449.099.69-
YUV175.1354140.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 192 (75.39% from 255) = 44.86%
BLUE value IS 44 (17.58% from 255) = 10.28%
R=44.86%
G=44.86%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219244000.770.256062.7146.27
HexC0C02C004D193c3f2e
Octal300300540011531747756
Binary110000001100000010110000100110111001111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C02C; }

 p { color: rgb(192,192,44); }

 H1.HeaderClassName
 {
   color: #C0C02C;
 }
 .AnyTagClassName
 {
   color: #C0C02C;
 }
</style>
background-color css

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

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

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

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

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

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