#C0D01D

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

Shades of Rio Grande #C0D01D

Tints of Rio Grande #C0D01D

Color information

#C0D01D (or 0xC0D01D) is unknown color: approx Rio Grande. HEX triplet: C0, D0 and 1D. RGB value is (192,208,29). Sum of RGB (Red+Green+Blue) = 192+208+29=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D01D is #3F2FE2. Grayscale: #B7B7B7. Windows color (decimal): -4141027 or 1953984. OLE color: 1953984.

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

Color convert

RGB19220829-
CMYK0.0800.860.18
HSL65.36º75.53%46.47%-
HSV(B)65.36º86.06%81.57%-
XYZ44.5256.419.7-
YUV182.8141.2134.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 29 (11.72% from 255) = 6.76%
R=44.76%
G=48.48%
B=6.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal192208290.0800.860.1865.3675.5346.47
HexC0D01D805612414c2e
Octal300320351001262210111456
Binary1100000011010000111011000010101101001010000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D01D; }

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

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

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

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

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

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

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

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