#C8D716

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

Shades of Rio Grande #C8D716

Tints of Rio Grande #C8D716

Color information

#C8D716 (or 0xC8D716) is unknown color: approx Rio Grande. HEX triplet: C8, D7 and 16. RGB value is (200,215,22). Sum of RGB (Red+Green+Blue) = 200+215+22=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D716 is #3728E9. Grayscale: #BDBDBD. Windows color (decimal): -3614954 or 1497032. OLE color: 1497032.

HSL color Cylindrical-coordinate representation of color #C8D716: hue angle of 64.66º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8D716 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB20021522-
CMYK0.0700.900.16
HSL64.66º81.43%46.47%-
HSV(B)64.66º89.77%84.31%-
XYZ48.2660.949.98-
YUV188.5134.03136.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 215 (84.38% from 255) = 49.20%
BLUE value IS 22 (8.98% from 255) = 5.03%
R=45.77%
G=49.20%
B=5.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200215220.0700.900.1664.6681.4346.47
HexC8D716705A1041512e
Octal31032726701322010112156
Binary110010001101011110110111010110101000010000011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D716; }

 p { color: rgb(200,215,22); }

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

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

 a { background-color: rgb(200,215,22); }

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

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

 span { border-color: rgb(200,215,22); }

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