#96B758

Color #96B758 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #96B758

Tints of Chelsea Cucumber #96B758

Color information

#96B758 (or 0x96B758) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B7 and 58. RGB value is (150,183,88). Sum of RGB (Red+Green+Blue) = 150+183+88=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #96B758 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B758 is #6948A7. Grayscale: #A2A2A2. Windows color (decimal): -6899880 or 5814166. OLE color: 5814166.

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

Color convert

RGB15018388-
CMYK0.1800.520.28
HSL80.84º39.75%53.14%-
HSV(B)80.84º51.91%71.76%-
XYZ31.2741.0615.51-
YUV162.386.07119.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 88 (34.77% from 255) = 20.90%
R=35.63%
G=43.47%
B=20.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183880.1800.520.2880.8439.7553.14
Hex96B758120341C512835
Octal22626713022064341215065
Binary10010110101101111011000100100110100111001010001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96B758;
 }
 .AnyTagClassName
 {
   color: #96B758;
 }
</style>
background-color css

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

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

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

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

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

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