#C0CA17

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

Shades of Rio Grande #C0CA17

Tints of Rio Grande #C0CA17

Color information

#C0CA17 (or 0xC0CA17) is unknown color: approx Rio Grande. HEX triplet: C0, CA and 17. RGB value is (192,202,23). Sum of RGB (Red+Green+Blue) = 192+202+23=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 23 (9.38% from 255 or 5.52% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CA17 is #3F35E8. Grayscale: #B3B3B3. Windows color (decimal): -4142569 or 1559232. OLE color: 1559232.

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

Color convert

RGB19220223-
CMYK0.0500.890.21
HSL63.35º79.56%44.12%-
HSV(B)63.35º88.61%79.22%-
XYZ43.0153.518.87-
YUV178.640.19137.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 23 (9.38% from 255) = 5.52%
R=46.04%
G=48.44%
B=5.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192202230.0500.890.2163.3579.5644.12
HexC0CA175059153f502c
Octal3003122750131257712054
Binary11000000110010101011110101011001101011111111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CA17; }

 p { color: rgb(192,202,23); }

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

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

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

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

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

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

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