Html Css Color HEX #96B356 Chelsea Cucumber

📋 copy color: '#96B356'

red 150 ◦ green 179 ◦ blue 86

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

Shades of Chelsea Cucumber #96B356

Tints of Chelsea Cucumber #96B356

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.13%

 BLUE value IS 86 (33.98% from 255) = 20.72%

R = 36.14%
G = 43.13%
B = 20.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#96B356 (or 0x96B356) is known color: Chelsea Cucumber. HEX triplet: 96, B3 and 56. RGB value is (150,179,86). Sum of RGB (Red+Green+Blue) = 150+179+86=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 179 - color contains mainly: green. Hex color #96B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B356 is #694CA9. Grayscale: #A0A0A0. Windows color (decimal): -6900906 or 5682070. OLE color: 5682070.

HSL color Cylindrical-coordinate representation of color #96B356: hue angle of 78.71º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96B356 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 86 -
CMYK 0.16 0 0.52 0.30
HSL 78.71º 0.38% 0.52% -
HSV(B) 78.71º 0.52% 0.7% -
XYZ 30.38 39.4 14.81 -
YUV 159.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 150 179 86 0.16 0 0.52 0.30 78.71 0.38 0.52
Hex 96 B3 56 10 0 34 1E 4F 26 34
Octal 226 263 126 20 0 64 36 117 46 64
Binary 10010110 10110011 1010110 10000 0 110100 11110 1001111 100110 110100

Color Harmonies of #96B356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B356

Black with #96B356

Text Example


Text Example

White with #96B356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,86); }

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

background-color css

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

 a { background-color: rgb(150,179,86); }

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

border-color css

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

 span { border-color: rgb(150,179,86); }

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