Html Css Color HEX #96A351 Green Smoke

📋 copy color: '#96A351'

red 150 ◦ green 163 ◦ blue 81

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

Shades of Green Smoke #96A351

Tints of Green Smoke #96A351

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

 BLUE value IS 81 (32.03% from 255) = 20.56%

R = 38.07%
G = 41.37%
B = 20.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#96A351 (or 0x96A351) is known color: Green Smoke. HEX triplet: 96, A3 and 51. RGB value is (150,163,81). Sum of RGB (Red+Green+Blue) = 150+163+81=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #96A351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A351 is #695CAE. Grayscale: #969696. Windows color (decimal): -6905007 or 5350294. OLE color: 5350294.

HSL color Cylindrical-coordinate representation of color #96A351: hue angle of 69.51º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96A351 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 81 -
CMYK 0.08 0 0.50 0.36
HSL 69.51º 0.34% 0.48% -
HSV(B) 69.51º 0.5% 0.64% -
XYZ 27.16 33.27 12.78 -
YUV 149.77 89.19 128.17 -
System Red Green Blue C M Y K H S L
Decimal 150 163 81 0.08 0 0.50 0.36 69.51 0.34 0.48
Hex 96 A3 51 8 0 32 24 46 22 30
Octal 226 243 121 10 0 62 44 106 42 60
Binary 10010110 10100011 1010001 1000 0 110010 100100 1000110 100010 110000

Color Harmonies of #96A351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A351

Black with #96A351

Text Example


Text Example

White with #96A351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,163,81); }

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

background-color css

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

 a { background-color: rgb(150,163,81); }

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

border-color css

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

 span { border-color: rgb(150,163,81); }

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