#96B94C

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

Shades of Chelsea Cucumber #96B94C

Tints of Chelsea Cucumber #96B94C

Color information

#96B94C (or 0x96B94C) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B9 and 4C. RGB value is (150,185,76). Sum of RGB (Red+Green+Blue) = 150+185+76=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #96B94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B94C is #6946B3. Grayscale: #A2A2A2. Windows color (decimal): -6899380 or 5028246. OLE color: 5028246.

HSL color Cylindrical-coordinate representation of color #96B94C: hue angle of 79.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96B94C is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB15018576-
CMYK0.1900.590.27
HSL79.27º43.78%51.18%-
HSV(B)79.27º58.92%72.55%-
XYZ31.2341.713.24-
YUV162.1179.4119.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 185 (72.66% from 255) = 45.01%
BLUE value IS 76 (30.08% from 255) = 18.49%
R=36.50%
G=45.01%
B=18.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150185760.1900.590.2779.2743.7851.18
Hex96B94C1303B1B4f2c33
Octal22627111423073331175463
Binary10010110101110011001100100110111011110111001111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,185,76); }

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

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

 a { background-color: rgb(150,185,76); }

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

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

 span { border-color: rgb(150,185,76); }

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