#C0D512

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

Shades of Rio Grande #C0D512

Tints of Rio Grande #C0D512

Color information

#C0D512 (or 0xC0D512) is unknown color: approx Rio Grande. HEX triplet: C0, D5 and 12. RGB value is (192,213,18). Sum of RGB (Red+Green+Blue) = 192+213+18=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 18 (7.42% from 255 or 4.26% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D512 is #3F2AED. Grayscale: #B9B9B9. Windows color (decimal): -4139758 or 1234368. OLE color: 1234368.

HSL color Cylindrical-coordinate representation of color #C0D512: hue angle of 66.46º 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 #C0D512 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB19221318-
CMYK0.1000.920.16
HSL66.46º84.42%45.29%-
HSV(B)66.46º91.55%83.53%-
XYZ45.6458.849.52-
YUV184.4934.04133.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 213 (83.59% from 255) = 50.35%
BLUE value IS 18 (7.42% from 255) = 4.26%
R=45.39%
G=50.35%
B=4.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal192213180.1000.920.1666.4684.4245.29
HexC0D512A05C1042542d
Octal300325221201342010212455
Binary1100000011010101100101010010111001000010000101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D512; }

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

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

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

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

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

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

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

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