#C7D016

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

Shades of Rio Grande #C7D016

Tints of Rio Grande #C7D016

Color information

#C7D016 (or 0xC7D016) is unknown color: approx Rio Grande. HEX triplet: C7, D0 and 16. RGB value is (199,208,22). Sum of RGB (Red+Green+Blue) = 199+208+22=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D016 is #382FE9. Grayscale: #B8B8B8. Windows color (decimal): -3682282 or 1495239. OLE color: 1495239.

HSL color Cylindrical-coordinate representation of color #C7D016: hue angle of 62.9º degrees, saturation: 0.81, 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 #C7D016 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB19920822-
CMYK0.0400.890.18
HSL62.9º80.87%45.1%-
HSV(B)62.9º89.42%81.57%-
XYZ46.2557.319.38-
YUV184.136.52138.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.39%
GREEN value IS 208 (81.64% from 255) = 48.48%
BLUE value IS 22 (8.98% from 255) = 5.13%
R=46.39%
G=48.48%
B=5.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal199208220.0400.890.1862.980.8745.1
HexC7D0164059123f512d
Octal3073202640131227712155
Binary11000111110100001011010001011001100101111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D016; }

 p { color: rgb(199,208,22); }

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

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

 a { background-color: rgb(199,208,22); }

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

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

 span { border-color: rgb(199,208,22); }

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