#96BF57

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

Shades of Chelsea Cucumber #96BF57

Tints of Chelsea Cucumber #96BF57

Color information

#96BF57 (or 0x96BF57) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, BF and 57. RGB value is (150,191,87). Sum of RGB (Red+Green+Blue) = 150+191+87=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF57 is #6940A8. Grayscale: #A7A7A7. Windows color (decimal): -6897833 or 5750678. OLE color: 5750678.

HSL color Cylindrical-coordinate representation of color #96BF57: hue angle of 83.65º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96BF57 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB15019187-
CMYK0.2100.540.25
HSL83.65º44.83%54.51%-
HSV(B)83.65º54.45%74.9%-
XYZ32.9344.4315.86-
YUV166.8882.92115.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 87 (34.38% from 255) = 20.33%
R=35.05%
G=44.63%
B=20.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150191870.2100.540.2583.6544.8354.51
Hex96BF571503619542d37
Octal22627712725066311245567
Binary10010110101111111010111101010110110110011010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,191,87); }

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

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

 a { background-color: rgb(150,191,87); }

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

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

 span { border-color: rgb(150,191,87); }

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