#C0D017

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

Shades of Rio Grande #C0D017

Tints of Rio Grande #C0D017

Color information

#C0D017 (or 0xC0D017) is unknown color: approx Rio Grande. HEX triplet: C0, D0 and 17. RGB value is (192,208,23). Sum of RGB (Red+Green+Blue) = 192+208+23=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 23 (9.38% from 255 or 5.44% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D017 is #3F2FE8. Grayscale: #B6B6B6. Windows color (decimal): -4141033 or 1560768. OLE color: 1560768.

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

Color convert

RGB19220823-
CMYK0.0800.890.18
HSL65.19º80.09%45.29%-
HSV(B)65.19º88.94%81.57%-
XYZ44.4556.389.35-
YUV182.1338.2135.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 23 (9.38% from 255) = 5.44%
R=45.39%
G=49.17%
B=5.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192208230.0800.890.1865.1980.0945.29
HexC0D01780591241502d
Octal300320271001312210112055
Binary1100000011010000101111000010110011001010000011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D017; }

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

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

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

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

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

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

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

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