Html Css Color HEX #599412 Limeade

📋 copy color: '#599412'

red 89 ◦ green 148 ◦ blue 18

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

Shades of Limeade #599412

Tints of Limeade #599412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.04%

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

R = 34.9%
G = 58.04%
B = 7.06%

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

#599412 (or 0x599412) is known color: Limeade. HEX triplet: 59, 94 and 12. RGB value is (89,148,18). Sum of RGB (Red+Green+Blue) = 89+148+18=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #599412 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599412 is #A66BED. Grayscale: #747474. Windows color (decimal): -10906606 or 1217625. OLE color: 1217625.

HSL color Cylindrical-coordinate representation of color #599412: hue angle of 87.23º 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 #599412 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 148 18 -
CMYK 0.40 0 0.88 0.42
HSL 87.23º 0.78% 0.33% -
HSV(B) 87.23º 0.88% 0.58% -
XYZ 14.82 23.35 4.3 -
YUV 115.54 72.95 109.07 -
System Red Green Blue C M Y K H S L
Decimal 89 148 18 0.40 0 0.88 0.42 87.23 0.78 0.33
Hex 59 94 12 28 0 58 2A 57 4E 21
Octal 131 224 22 50 0 130 52 127 116 41
Binary 1011001 10010100 10010 101000 0 1011000 101010 1010111 1001110 100001

Color Harmonies of #599412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599412

Black with #599412

Text Example


Text Example

White with #599412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599412; }

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

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

background-color css

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

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

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

border-color css

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

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

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