Html Css Color HEX #609B20 Limeade

📋 copy color: '#609B20'

red 96 ◦ green 155 ◦ blue 32

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

Shades of Limeade #609B20

Tints of Limeade #609B20

RGB

 RED value IS 96 (37.89% from 255) = 33.92%

 GREEN value IS 155 (60.94% from 255) = 54.77%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 33.92%
G = 54.77%
B = 11.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#609B20 (or 0x609B20) is known color: Limeade. HEX triplet: 60, 9B and 20. RGB value is (96,155,32). Sum of RGB (Red+Green+Blue) = 96+155+32=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #609B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B20 is #9F64DF. Grayscale: #7B7B7B. Windows color (decimal): -10446048 or 2136928. OLE color: 2136928.

HSL color Cylindrical-coordinate representation of color #609B20: hue angle of 88.78º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #609B20 is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 155 32 -
CMYK 0.38 0 0.79 0.39
HSL 88.78º 0.66% 0.37% -
HSV(B) 88.78º 0.79% 0.61% -
XYZ 16.81 26.03 5.51 -
YUV 123.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 96 155 32 0.38 0 0.79 0.39 88.78 0.66 0.37
Hex 60 9B 20 26 0 4F 27 59 42 25
Octal 140 233 40 46 0 117 47 131 102 45
Binary 1100000 10011011 100000 100110 0 1001111 100111 1011001 1000010 100101

Color Harmonies of #609B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B20

Black with #609B20

Text Example


Text Example

White with #609B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609B20; }

 p { color: rgb(96,155,32); }

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

background-color css

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

 a { background-color: rgb(96,155,32); }

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

border-color css

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

 span { border-color: rgb(96,155,32); }

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