Html Css Color HEX #609B31 Limeade

📋 copy color: '#609B31'

red 96 ◦ green 155 ◦ blue 49

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

Shades of Limeade #609B31

Tints of Limeade #609B31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 32%
G = 51.67%
B = 16.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#609B31 (or 0x609B31) is known color: Limeade. HEX triplet: 60, 9B and 31. RGB value is (96,155,49). Sum of RGB (Red+Green+Blue) = 96+155+49=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #609B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B31 is #9F64CE. Grayscale: #7D7D7D. Windows color (decimal): -10446031 or 3251040. OLE color: 3251040.

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

Color convert

RGB 96 155 49 -
CMYK 0.38 0 0.68 0.39
HSL 93.4º 0.52% 0.4% -
HSV(B) 93.4º 0.68% 0.61% -
XYZ 17.1 26.15 7.05 -
YUV 125.28 84.95 107.12 -
System Red Green Blue C M Y K H S L
Decimal 96 155 49 0.38 0 0.68 0.39 93.4 0.52 0.4
Hex 60 9B 31 26 0 44 27 5D 34 28
Octal 140 233 61 46 0 104 47 135 64 50
Binary 1100000 10011011 110001 100110 0 1000100 100111 1011101 110100 101000

Color Harmonies of #609B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B31

Black with #609B31

Text Example


Text Example

White with #609B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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