#96B751

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

Shades of Chelsea Cucumber #96B751

Tints of Chelsea Cucumber #96B751

Color information

#96B751 (or 0x96B751) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B7 and 51. RGB value is (150,183,81). Sum of RGB (Red+Green+Blue) = 150+183+81=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 183 - color contains mainly: green. Hex color #96B751 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B751 is #6948AE. Grayscale: #A1A1A1. Windows color (decimal): -6899887 or 5355414. OLE color: 5355414.

HSL color Cylindrical-coordinate representation of color #96B751: hue angle of 79.41º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96B751 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB15018381-
CMYK0.1800.560.28
HSL79.41º41.46%51.76%-
HSV(B)79.41º55.74%71.76%-
XYZ3140.9514.05-
YUV161.582.57119.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=36.23%
G=44.20%
B=19.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal150183810.1800.560.2879.4141.4651.76
Hex96B751120381C4f2934
Octal22626712122070341175164
Binary10010110101101111010001100100111000111001001111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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