#C6D815

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

Shades of Rio Grande #C6D815

Tints of Rio Grande #C6D815

Color information

#C6D815 (or 0xC6D815) is unknown color: approx Rio Grande. HEX triplet: C6, D8 and 15. RGB value is (198,216,21). Sum of RGB (Red+Green+Blue) = 198+216+21=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D815 is #3927EA. Grayscale: #BDBDBD. Windows color (decimal): -3745771 or 1431750. OLE color: 1431750.

HSL color Cylindrical-coordinate representation of color #C6D815: hue angle of 65.54º 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 #C6D815 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB19821621-
CMYK0.0800.900.15
HSL65.54º82.28%46.47%-
HSV(B)65.54º90.28%84.71%-
XYZ47.9861.179.99-
YUV188.3933.54134.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 216 (84.77% from 255) = 49.66%
BLUE value IS 21 (8.59% from 255) = 4.83%
R=45.52%
G=49.66%
B=4.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198216210.0800.900.1565.5482.2846.47
HexC6D815805AF42522e
Octal306330251001321710212256
Binary110001101101100010101100001011010111110000101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D815; }

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

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

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

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

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

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

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

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