Html Css Color HEX #96B151 Chelsea Cucumber

📋 copy color: '#96B151'

red 150 ◦ green 177 ◦ blue 81

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

Shades of Chelsea Cucumber #96B151

Tints of Chelsea Cucumber #96B151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.85%

R = 36.76%
G = 43.38%
B = 19.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#96B151 (or 0x96B151) is known color: Chelsea Cucumber. HEX triplet: 96, B1 and 51. RGB value is (150,177,81). Sum of RGB (Red+Green+Blue) = 150+177+81=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #96B151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B151 is #694EAE. Grayscale: #9E9E9E. Windows color (decimal): -6901423 or 5353878. OLE color: 5353878.

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

Color convert

RGB 150 177 81 -
CMYK 0.15 0 0.54 0.31
HSL 76.88º 0.38% 0.51% -
HSV(B) 76.88º 0.54% 0.69% -
XYZ 29.79 38.52 13.65 -
YUV 157.98 84.55 122.31 -
System Red Green Blue C M Y K H S L
Decimal 150 177 81 0.15 0 0.54 0.31 76.88 0.38 0.51
Hex 96 B1 51 F 0 36 1F 4D 26 33
Octal 226 261 121 17 0 66 37 115 46 63
Binary 10010110 10110001 1010001 1111 0 110110 11111 1001101 100110 110011

Color Harmonies of #96B151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B151

Black with #96B151

Text Example


Text Example

White with #96B151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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