#96AE4A

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

Shades of Chelsea Cucumber #96AE4A

Tints of Chelsea Cucumber #96AE4A

Color information

#96AE4A (or 0x96AE4A) is unknown color: approx Chelsea Cucumber. HEX triplet: 96, AE and 4A. RGB value is (150,174,74). Sum of RGB (Red+Green+Blue) = 150+174+74=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE4A is #6951B5. Grayscale: #9B9B9B. Windows color (decimal): -6902198 or 4894358. OLE color: 4894358.

HSL color Cylindrical-coordinate representation of color #96AE4A: hue angle of 74.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96AE4A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB15017474-
CMYK0.1400.570.32
HSL74.4º40.32%48.63%-
HSV(B)74.4º57.47%68.24%-
XYZ28.9537.2512.14-
YUV155.4282.05124.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=37.69%
G=43.72%
B=18.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174740.1400.570.3274.440.3248.63
Hex96AE4AE039204a2831
Octal22625611216071401125061
Binary10010110101011101001010111001110011000001001010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,74); }

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

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

 a { background-color: rgb(150,174,74); }

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

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

 span { border-color: rgb(150,174,74); }

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