#96BF55

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

Shades of Chelsea Cucumber #96BF55

Tints of Chelsea Cucumber #96BF55

Color information

#96BF55 (or 0x96BF55) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, BF and 55. RGB value is (150,191,85). Sum of RGB (Red+Green+Blue) = 150+191+85=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 85 (33.59% from 255 or 19.95% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BF55 is #6940AA. Grayscale: #A7A7A7. Windows color (decimal): -6897835 or 5619606. OLE color: 5619606.

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

Color convert

RGB15019185-
CMYK0.2100.550.25
HSL83.21º45.3%54.12%-
HSV(B)83.21º55.5%74.9%-
XYZ32.8544.415.43-
YUV166.6681.92116.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 85 (33.59% from 255) = 19.95%
R=35.21%
G=44.84%
B=19.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150191850.2100.550.2583.2145.354.12
Hex96BF551503719532d36
Octal22627712525067311235566
Binary10010110101111111010101101010110111110011010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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