Html Css Color HEX #96A459 Green Smoke

📋 copy color: '#96A459'

red 150 ◦ green 164 ◦ blue 89

#96A459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #96A459

Tints of Green Smoke #96A459

RGB

 RED value IS 150 (58.98% from 255) = 37.22%

 GREEN value IS 164 (64.45% from 255) = 40.69%

 BLUE value IS 89 (35.16% from 255) = 22.08%

R = 37.22%
G = 40.69%
B = 22.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#96A459 (or 0x96A459) is known color: Green Smoke. HEX triplet: 96, A4 and 59. RGB value is (150,164,89). Sum of RGB (Red+Green+Blue) = 150+164+89=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 164 - color contains mainly: green. Hex color #96A459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A459 is #695BA6. Grayscale: #979797. Windows color (decimal): -6904743 or 5874838. OLE color: 5874838.

HSL color Cylindrical-coordinate representation of color #96A459: hue angle of 71.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96A459 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 164 89 -
CMYK 0.09 0 0.46 0.36
HSL 71.2º 0.3% 0.5% -
HSV(B) 71.2º 0.46% 0.64% -
XYZ 27.66 33.76 14.51 -
YUV 151.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 150 164 89 0.09 0 0.46 0.36 71.2 0.3 0.5
Hex 96 A4 59 9 0 2E 24 47 1E 32
Octal 226 244 131 11 0 56 44 107 36 62
Binary 10010110 10100100 1011001 1001 0 101110 100100 1000111 11110 110010

Color Harmonies of #96A459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A459

Black with #96A459

Text Example


Text Example

White with #96A459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,164,89); }

 H1.HeaderClassName
 {
   color: #96A459;
 }
 .AnyTagClassName
 {
   color: #96A459;
 }
</style>

background-color css

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

 a { background-color: rgb(150,164,89); }

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

border-color css

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

 span { border-color: rgb(150,164,89); }

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