Html Css Color HEX #599512 Limeade

📋 copy color: '#599512'

red 89 ◦ green 149 ◦ blue 18

#599512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #599512

Tints of Limeade #599512

RGB

 RED value IS 89 (35.16% from 255) = 34.77%

 GREEN value IS 149 (58.59% from 255) = 58.2%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 34.77%
G = 58.2%
B = 7.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#599512 (or 0x599512) is known color: Limeade. HEX triplet: 59, 95 and 12. RGB value is (89,149,18). Sum of RGB (Red+Green+Blue) = 89+149+18=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #599512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599512 is #A66AED. Grayscale: #747474. Windows color (decimal): -10906350 or 1217881. OLE color: 1217881.

HSL color Cylindrical-coordinate representation of color #599512: hue angle of 87.48º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #599512 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 149 18 -
CMYK 0.40 0 0.88 0.42
HSL 87.48º 0.78% 0.33% -
HSV(B) 87.48º 0.88% 0.58% -
XYZ 14.98 23.66 4.35 -
YUV 116.13 72.62 108.65 -
System Red Green Blue C M Y K H S L
Decimal 89 149 18 0.40 0 0.88 0.42 87.48 0.78 0.33
Hex 59 95 12 28 0 58 2A 57 4E 21
Octal 131 225 22 50 0 130 52 127 116 41
Binary 1011001 10010101 10010 101000 0 1011000 101010 1010111 1001110 100001

Color Harmonies of #599512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599512

Black with #599512

Text Example


Text Example

White with #599512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599512; }

 p { color: rgb(89,149,18); }

 H1.HeaderClassName
 {
   color: #599512;
 }
 .AnyTagClassName
 {
   color: #599512;
 }
</style>

background-color css

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

 a { background-color: rgb(89,149,18); }

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

border-color css

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

 span { border-color: rgb(89,149,18); }

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