#96B75C

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

Shades of Chelsea Cucumber #96B75C

Tints of Chelsea Cucumber #96B75C

Color information

#96B75C (or 0x96B75C) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B7 and 5C. RGB value is (150,183,92). Sum of RGB (Red+Green+Blue) = 150+183+92=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 92 (36.33% from 255 or 21.65% from 425); Max value from RGB is 183 - color contains mainly: green. Hex color #96B75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B75C is #6948A3. Grayscale: #A3A3A3. Windows color (decimal): -6899876 or 6076310. OLE color: 6076310.

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

Color convert

RGB15018392-
CMYK0.1800.500.28
HSL81.76º38.72%53.92%-
HSV(B)81.76º49.73%71.76%-
XYZ31.4441.1216.41-
YUV162.7688.07118.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 183 (71.88% from 255) = 43.06%
BLUE value IS 92 (36.33% from 255) = 21.65%
R=35.29%
G=43.06%
B=21.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183920.1800.500.2881.7638.7253.92
Hex96B75C120321C522736
Octal22626713422062341224766
Binary10010110101101111011100100100110010111001010010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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