#C0C919

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

Shades of Rio Grande #C0C919

Tints of Rio Grande #C0C919

Color information

#C0C919 (or 0xC0C919) is unknown color: approx Rio Grande. HEX triplet: C0, C9 and 19. RGB value is (192,201,25). Sum of RGB (Red+Green+Blue) = 192+201+25=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0C919 is #3F36E6. Grayscale: #B2B2B2. Windows color (decimal): -4142823 or 1690048. OLE color: 1690048.

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

Color convert

RGB19220125-
CMYK0.0400.880.21
HSL63.07º77.88%44.31%-
HSV(B)63.07º87.56%78.82%-
XYZ42.853.058.9-
YUV178.2441.52137.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 201 (78.91% from 255) = 48.09%
BLUE value IS 25 (10.16% from 255) = 5.98%
R=45.93%
G=48.09%
B=5.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192201250.0400.880.2163.0777.8844.31
HexC0C9194058153f4e2c
Octal3003113140130257711654
Binary11000000110010011100110001011000101011111111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C919; }

 p { color: rgb(192,201,25); }

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

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

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

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

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

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

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