#C0D815

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

Shades of Rio Grande #C0D815

Tints of Rio Grande #C0D815

Color information

#C0D815 (or 0xC0D815) is unknown color: approx Rio Grande. HEX triplet: C0, D8 and 15. RGB value is (192,216,21). Sum of RGB (Red+Green+Blue) = 192+216+21=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D815 is #3F27EA. Grayscale: #BBBBBB. Windows color (decimal): -4138987 or 1431744. OLE color: 1431744.

HSL color Cylindrical-coordinate representation of color #C0D815: hue angle of 67.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0D815 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB19221621-
CMYK0.1100.900.15
HSL67.38º82.28%46.47%-
HSV(B)67.38º90.28%84.71%-
XYZ46.4360.379.92-
YUV186.5934.55131.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 216 (84.77% from 255) = 50.35%
BLUE value IS 21 (8.59% from 255) = 4.90%
R=44.76%
G=50.35%
B=4.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal192216210.1100.900.1567.3882.2846.47
HexC0D815B05AF43522e
Octal300330251301321710312256
Binary110000001101100010101101101011010111110000111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D815; }

 p { color: rgb(192,216,21); }

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

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

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

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

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

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

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