Html Css Color HEX #96B149 Chelsea Cucumber

📋 copy color: '#96B149'

red 150 ◦ green 177 ◦ blue 73

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

Shades of Chelsea Cucumber #96B149

Tints of Chelsea Cucumber #96B149

RGB

 RED value IS 150 (58.98% from 255) = 37.5%

 GREEN value IS 177 (69.53% from 255) = 44.25%

 BLUE value IS 73 (28.91% from 255) = 18.25%

R = 37.5%
G = 44.25%
B = 18.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#96B149 (or 0x96B149) is known color: Chelsea Cucumber. HEX triplet: 96, B1 and 49. RGB value is (150,177,73). Sum of RGB (Red+Green+Blue) = 150+177+73=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #96B149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96B149 is #694EB6. Grayscale: #9D9D9D. Windows color (decimal): -6901431 or 4829590. OLE color: 4829590.

HSL color Cylindrical-coordinate representation of color #96B149: hue angle of 75.58º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96B149 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 177 73 -
CMYK 0.15 0 0.59 0.31
HSL 75.58º 0.42% 0.49% -
HSV(B) 75.58º 0.59% 0.69% -
XYZ 29.5 38.41 12.16 -
YUV 157.07 80.55 122.96 -
System Red Green Blue C M Y K H S L
Decimal 150 177 73 0.15 0 0.59 0.31 75.58 0.42 0.49
Hex 96 B1 49 F 0 3B 1F 4C 2A 31
Octal 226 261 111 17 0 73 37 114 52 61
Binary 10010110 10110001 1001001 1111 0 111011 11111 1001100 101010 110001

Color Harmonies of #96B149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B149

Black with #96B149

Text Example


Text Example

White with #96B149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96B149; }

 p { color: rgb(150,177,73); }

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

background-color css

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

 a { background-color: rgb(150,177,73); }

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

border-color css

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

 span { border-color: rgb(150,177,73); }

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