#C7D512

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

Shades of Rio Grande #C7D512

Tints of Rio Grande #C7D512

Color information

#C7D512 (or 0xC7D512) is unknown color: approx Rio Grande. HEX triplet: C7, D5 and 12. RGB value is (199,213,18). Sum of RGB (Red+Green+Blue) = 199+213+18=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D512 is #382AED. Grayscale: #BBBBBB. Windows color (decimal): -3681006 or 1234375. OLE color: 1234375.

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

Color convert

RGB19921318-
CMYK0.0700.920.16
HSL64.31º84.42%45.29%-
HSV(B)64.31º91.55%83.53%-
XYZ47.4659.779.61-
YUV186.5832.86136.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 213 (83.59% from 255) = 49.53%
BLUE value IS 18 (7.42% from 255) = 4.19%
R=46.28%
G=49.53%
B=4.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199213180.0700.920.1664.3184.4245.29
HexC7D512705C1040542d
Octal30732522701342010012455
Binary110001111101010110010111010111001000010000001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D512; }

 p { color: rgb(199,213,18); }

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

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

 a { background-color: rgb(199,213,18); }

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

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

 span { border-color: rgb(199,213,18); }

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