Html Css Color HEX #96A25F Green Smoke

📋 copy color: '#96A25F'

red 150 ◦ green 162 ◦ blue 95

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

Shades of Green Smoke #96A25F

Tints of Green Smoke #96A25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 36.86%
G = 39.8%
B = 23.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#96A25F (or 0x96A25F) is known color: Green Smoke. HEX triplet: 96, A2 and 5F. RGB value is (150,162,95). Sum of RGB (Red+Green+Blue) = 150+162+95=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #96A25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A25F is #695DA0. Grayscale: #979797. Windows color (decimal): -6905249 or 6267542. OLE color: 6267542.

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

Color convert

RGB 150 162 95 -
CMYK 0.07 0 0.41 0.36
HSL 70.75º 0.26% 0.5% -
HSV(B) 70.75º 0.41% 0.64% -
XYZ 27.56 33.15 15.77 -
YUV 150.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 150 162 95 0.07 0 0.41 0.36 70.75 0.26 0.5
Hex 96 A2 5F 7 0 29 24 47 1A 32
Octal 226 242 137 7 0 51 44 107 32 62
Binary 10010110 10100010 1011111 111 0 101001 100100 1000111 11010 110010

Color Harmonies of #96A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A25F

Black with #96A25F

Text Example


Text Example

White with #96A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,95); }

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

background-color css

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

 a { background-color: rgb(150,162,95); }

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

border-color css

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

 span { border-color: rgb(150,162,95); }

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