Html Css Color HEX #599614 Limeade

📋 copy color: '#599614'

red 89 ◦ green 150 ◦ blue 20

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

Shades of Limeade #599614

Tints of Limeade #599614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.92%

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

R = 34.36%
G = 57.92%
B = 7.72%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#599614 (or 0x599614) is known color: Limeade. HEX triplet: 59, 96 and 14. RGB value is (89,150,20). Sum of RGB (Red+Green+Blue) = 89+150+20=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 150 (58.98% from 255 or 57.92% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 150 - color contains mainly: green. Hex color #599614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599614 is #A669EB. Grayscale: #757575. Windows color (decimal): -10906092 or 1349209. OLE color: 1349209.

HSL color Cylindrical-coordinate representation of color #599614: hue angle of 88.15º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #599614 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 150 20 -
CMYK 0.41 0 0.87 0.41
HSL 88.15º 0.76% 0.33% -
HSV(B) 88.15º 0.87% 0.59% -
XYZ 15.15 23.99 4.49 -
YUV 116.94 73.29 108.07 -
System Red Green Blue C M Y K H S L
Decimal 89 150 20 0.41 0 0.87 0.41 88.15 0.76 0.33
Hex 59 96 14 29 0 57 29 58 4C 21
Octal 131 226 24 51 0 127 51 130 114 41
Binary 1011001 10010110 10100 101001 0 1010111 101001 1011000 1001100 100001

Color Harmonies of #599614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599614

Black with #599614

Text Example


Text Example

White with #599614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599614; }

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

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

background-color css

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

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

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

border-color css

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

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

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