Html Css Color HEX #96B347 Chelsea Cucumber

📋 copy color: '#96B347'

red 150 ◦ green 179 ◦ blue 71

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

Shades of Chelsea Cucumber #96B347

Tints of Chelsea Cucumber #96B347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 37.5%
G = 44.75%
B = 17.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#96B347 (or 0x96B347) is known color: Chelsea Cucumber. HEX triplet: 96, B3 and 47. RGB value is (150,179,71). Sum of RGB (Red+Green+Blue) = 150+179+71=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 179 - color contains mainly: green. Hex color #96B347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B347 is #694CB8. Grayscale: #9E9E9E. Windows color (decimal): -6900921 or 4699030. OLE color: 4699030.

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

Color convert

RGB 150 179 71 -
CMYK 0.16 0 0.60 0.30
HSL 76.11º 0.43% 0.49% -
HSV(B) 76.11º 0.6% 0.7% -
XYZ 29.84 39.18 11.95 -
YUV 158.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 150 179 71 0.16 0 0.60 0.30 76.11 0.43 0.49
Hex 96 B3 47 10 0 3C 1E 4C 2B 31
Octal 226 263 107 20 0 74 36 114 53 61
Binary 10010110 10110011 1000111 10000 0 111100 11110 1001100 101011 110001

Color Harmonies of #96B347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B347

Black with #96B347

Text Example


Text Example

White with #96B347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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