Html Css Color HEX #96B550 Chelsea Cucumber

📋 copy color: '#96B550'

red 150 ◦ green 181 ◦ blue 80

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

Shades of Chelsea Cucumber #96B550

Tints of Chelsea Cucumber #96B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.04%

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 36.5%
G = 44.04%
B = 19.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#96B550 (or 0x96B550) is known color: Chelsea Cucumber. HEX triplet: 96, B5 and 50. RGB value is (150,181,80). Sum of RGB (Red+Green+Blue) = 150+181+80=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #96B550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B550 is #694AAF. Grayscale: #A0A0A0. Windows color (decimal): -6900400 or 5289366. OLE color: 5289366.

HSL color Cylindrical-coordinate representation of color #96B550: hue angle of 78.42º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96B550 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 80 -
CMYK 0.17 0 0.56 0.29
HSL 78.42º 0.41% 0.51% -
HSV(B) 78.42º 0.56% 0.71% -
XYZ 30.55 40.11 13.72 -
YUV 160.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 150 181 80 0.17 0 0.56 0.29 78.42 0.41 0.51
Hex 96 B5 50 11 0 38 1D 4E 29 33
Octal 226 265 120 21 0 70 35 116 51 63
Binary 10010110 10110101 1010000 10001 0 111000 11101 1001110 101001 110011

Color Harmonies of #96B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B550

Black with #96B550

Text Example


Text Example

White with #96B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,181,80); }

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

background-color css

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

 a { background-color: rgb(150,181,80); }

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

border-color css

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

 span { border-color: rgb(150,181,80); }

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