#96B058

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

Shades of Chelsea Cucumber #96B058

Tints of Chelsea Cucumber #96B058

Color information

#96B058 (or 0x96B058) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B0 and 58. RGB value is (150,176,88). Sum of RGB (Red+Green+Blue) = 150+176+88=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #96B058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B058 is #694FA7. Grayscale: #9E9E9E. Windows color (decimal): -6901672 or 5812374. OLE color: 5812374.

HSL color Cylindrical-coordinate representation of color #96B058: hue angle of 77.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96B058 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB15017688-
CMYK0.1500.500.31
HSL77.73º35.77%51.76%-
HSV(B)77.73º50%69.02%-
XYZ29.8638.2415.04-
YUV158.1988.39122.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=36.23%
G=42.51%
B=21.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal150176880.1500.500.3177.7335.7751.76
Hex96B058F0321F4e2434
Octal22626013017062371164464
Binary1001011010110000101100011110110010111111001110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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