#96B25D

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

Shades of Chelsea Cucumber #96B25D

Tints of Chelsea Cucumber #96B25D

Color information

#96B25D (or 0x96B25D) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, B2 and 5D. RGB value is (150,178,93). Sum of RGB (Red+Green+Blue) = 150+178+93=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #96B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B25D is #694DA2. Grayscale: #A0A0A0. Windows color (decimal): -6901155 or 6140566. OLE color: 6140566.

HSL color Cylindrical-coordinate representation of color #96B25D: hue angle of 79.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96B25D is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB15017893-
CMYK0.1600.480.30
HSL79.76º35.56%53.14%-
HSV(B)79.76º47.75%69.8%-
XYZ30.4739.1216.3-
YUV159.9490.22120.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=35.63%
G=42.28%
B=22.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150178930.1600.480.3079.7635.5653.14
Hex96B25D100301E502435
Octal22626213520060361204465
Binary10010110101100101011101100000110000111101010000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,178,93); }

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

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

 a { background-color: rgb(150,178,93); }

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

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

 span { border-color: rgb(150,178,93); }

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