Html Css Color HEX #96B755 Chelsea Cucumber

📋 copy color: '#96B755'

red 150 ◦ green 183 ◦ blue 85

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

Shades of Chelsea Cucumber #96B755

Tints of Chelsea Cucumber #96B755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.78%

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 35.89%
G = 43.78%
B = 20.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#96B755 (or 0x96B755) is known color: Chelsea Cucumber. HEX triplet: 96, B7 and 55. RGB value is (150,183,85). Sum of RGB (Red+Green+Blue) = 150+183+85=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 183 (71.88% from 255 or 43.78% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 183 - color contains mainly: green. Hex color #96B755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B755 is #6948AA. Grayscale: #A2A2A2. Windows color (decimal): -6899883 or 5617558. OLE color: 5617558.

HSL color Cylindrical-coordinate representation of color #96B755: hue angle of 80.2º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96B755 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 183 85 -
CMYK 0.18 0 0.54 0.28
HSL 80.2º 0.4% 0.53% -
HSV(B) 80.2º 0.54% 0.72% -
XYZ 31.15 41.01 14.87 -
YUV 161.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 150 183 85 0.18 0 0.54 0.28 80.2 0.4 0.53
Hex 96 B7 55 12 0 36 1C 50 28 35
Octal 226 267 125 22 0 66 34 120 50 65
Binary 10010110 10110111 1010101 10010 0 110110 11100 1010000 101000 110101

Color Harmonies of #96B755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B755

Black with #96B755

Text Example


Text Example

White with #96B755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,183,85); }

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

background-color css

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

 a { background-color: rgb(150,183,85); }

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

border-color css

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

 span { border-color: rgb(150,183,85); }

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