Html Css Color HEX #96A462 Green Smoke

📋 copy color: '#96A462'

red 150 ◦ green 164 ◦ blue 98

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

Shades of Green Smoke #96A462

Tints of Green Smoke #96A462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.79%

R = 36.41%
G = 39.81%
B = 23.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#96A462 (or 0x96A462) is known color: Green Smoke. HEX triplet: 96, A4 and 62. RGB value is (150,164,98). Sum of RGB (Red+Green+Blue) = 150+164+98=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 164 - color contains mainly: green. Hex color #96A462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A462 is #695B9D. Grayscale: #989898. Windows color (decimal): -6904734 or 6464662. OLE color: 6464662.

HSL color Cylindrical-coordinate representation of color #96A462: hue angle of 72.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96A462 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 164 98 -
CMYK 0.09 0 0.40 0.36
HSL 72.73º 0.27% 0.51% -
HSV(B) 72.73º 0.4% 0.64% -
XYZ 28.06 33.92 16.62 -
YUV 152.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 150 164 98 0.09 0 0.40 0.36 72.73 0.27 0.51
Hex 96 A4 62 9 0 28 24 49 1B 33
Octal 226 244 142 11 0 50 44 111 33 63
Binary 10010110 10100100 1100010 1001 0 101000 100100 1001001 11011 110011

Color Harmonies of #96A462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A462

Black with #96A462

Text Example


Text Example

White with #96A462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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