#96BE51

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

Shades of Chelsea Cucumber #96BE51

Tints of Chelsea Cucumber #96BE51

Color information

#96BE51 (or 0x96BE51) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, BE and 51. RGB value is (150,190,81). Sum of RGB (Red+Green+Blue) = 150+190+81=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE51 is #6941AE. Grayscale: #A6A6A6. Windows color (decimal): -6898095 or 5357206. OLE color: 5357206.

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

Color convert

RGB15019081-
CMYK0.2100.570.25
HSL82.02º45.61%53.14%-
HSV(B)82.02º57.37%74.51%-
XYZ32.4843.9114.55-
YUV165.6180.25116.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 81 (32.03% from 255) = 19.24%
R=35.63%
G=45.13%
B=19.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150190810.2100.570.2582.0245.6153.14
Hex96BE511503919522e35
Octal22627612125071311225665
Binary10010110101111101010001101010111001110011010010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,190,81); }

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

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

 a { background-color: rgb(150,190,81); }

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

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

 span { border-color: rgb(150,190,81); }

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