#96BE53

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

Shades of Chelsea Cucumber #96BE53

Tints of Chelsea Cucumber #96BE53

Color information

#96BE53 (or 0x96BE53) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, BE and 53. RGB value is (150,190,83). Sum of RGB (Red+Green+Blue) = 150+190+83=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE53 is #6941AC. Grayscale: #A6A6A6. Windows color (decimal): -6898093 or 5488278. OLE color: 5488278.

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

Color convert

RGB15019083-
CMYK0.2100.560.25
HSL82.43º45.15%53.53%-
HSV(B)82.43º56.32%74.51%-
XYZ32.5543.9414.95-
YUV165.8481.25116.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=35.46%
G=44.92%
B=19.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal150190830.2100.560.2582.4345.1553.53
Hex96BE531503819522d36
Octal22627612325070311225566
Binary10010110101111101010011101010111000110011010010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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