Html Css Color HEX #96A25C Green Smoke

📋 copy color: '#96A25C'

red 150 ◦ green 162 ◦ blue 92

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

Shades of Green Smoke #96A25C

Tints of Green Smoke #96A25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.77%

R = 37.13%
G = 40.1%
B = 22.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#96A25C (or 0x96A25C) is known color: Green Smoke. HEX triplet: 96, A2 and 5C. RGB value is (150,162,92). Sum of RGB (Red+Green+Blue) = 150+162+92=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #96A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A25C is #695DA3. Grayscale: #969696. Windows color (decimal): -6905252 or 6070934. OLE color: 6070934.

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

Color convert

RGB 150 162 92 -
CMYK 0.07 0 0.43 0.36
HSL 70.29º 0.28% 0.5% -
HSV(B) 70.29º 0.43% 0.64% -
XYZ 27.43 33.1 15.07 -
YUV 150.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 150 162 92 0.07 0 0.43 0.36 70.29 0.28 0.5
Hex 96 A2 5C 7 0 2B 24 46 1C 32
Octal 226 242 134 7 0 53 44 106 34 62
Binary 10010110 10100010 1011100 111 0 101011 100100 1000110 11100 110010

Color Harmonies of #96A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A25C

Black with #96A25C

Text Example


Text Example

White with #96A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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