Html Css Color HEX #599414 Limeade

📋 copy color: '#599414'

red 89 ◦ green 148 ◦ blue 20

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

Shades of Limeade #599414

Tints of Limeade #599414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 34.63%
G = 57.59%
B = 7.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#599414 (or 0x599414) is known color: Limeade. HEX triplet: 59, 94 and 14. RGB value is (89,148,20). Sum of RGB (Red+Green+Blue) = 89+148+20=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #599414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599414 is #A66BEB. Grayscale: #747474. Windows color (decimal): -10906604 or 1348697. OLE color: 1348697.

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

Color convert

RGB 89 148 20 -
CMYK 0.40 0 0.86 0.42
HSL 87.66º 0.76% 0.33% -
HSV(B) 87.66º 0.86% 0.58% -
XYZ 14.84 23.35 4.39 -
YUV 115.77 73.95 108.91 -
System Red Green Blue C M Y K H S L
Decimal 89 148 20 0.40 0 0.86 0.42 87.66 0.76 0.33
Hex 59 94 14 28 0 56 2A 58 4C 21
Octal 131 224 24 50 0 126 52 130 114 41
Binary 1011001 10010100 10100 101000 0 1010110 101010 1011000 1001100 100001

Color Harmonies of #599414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599414

Black with #599414

Text Example


Text Example

White with #599414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599414; }

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

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

background-color css

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

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

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

border-color css

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

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

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