#96BA58

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

Shades of Chelsea Cucumber #96BA58

Tints of Chelsea Cucumber #96BA58

Color information

#96BA58 (or 0x96BA58) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, BA and 58. RGB value is (150,186,88). Sum of RGB (Red+Green+Blue) = 150+186+88=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BA58 is #6945A7. Grayscale: #A4A4A4. Windows color (decimal): -6899112 or 5814934. OLE color: 5814934.

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

Color convert

RGB15018688-
CMYK0.1900.530.27
HSL82.04º41.53%53.73%-
HSV(B)82.04º52.69%72.94%-
XYZ31.942.3115.72-
YUV164.0685.07117.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 88 (34.77% from 255) = 20.75%
R=35.38%
G=43.87%
B=20.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150186880.1900.530.2782.0441.5353.73
Hex96BA58130351B522a36
Octal22627213023065331225266
Binary10010110101110101011000100110110101110111010010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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