#96AC46

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

Shades of Chelsea Cucumber #96AC46

Tints of Chelsea Cucumber #96AC46

Color information

#96AC46 (or 0x96AC46) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, AC and 46. RGB value is (150,172,70). Sum of RGB (Red+Green+Blue) = 150+172+70=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AC46 is #6953B9. Grayscale: #9A9A9A. Windows color (decimal): -6902714 or 4631702. OLE color: 4631702.

HSL color Cylindrical-coordinate representation of color #96AC46: hue angle of 72.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96AC46 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB15017270-
CMYK0.1300.590.33
HSL72.94º42.15%47.45%-
HSV(B)72.94º59.3%67.45%-
XYZ28.4436.4311.33-
YUV153.7980.71125.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 70 (27.73% from 255) = 17.86%
R=38.27%
G=43.88%
B=17.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150172700.1300.590.3372.9442.1547.45
Hex96AC46D03B21492a2f
Octal22625410615073411115257
Binary10010110101011001000110110101110111000011001001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,172,70); }

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

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

 a { background-color: rgb(150,172,70); }

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

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

 span { border-color: rgb(150,172,70); }

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