Html Css Color HEX #96A65B Green Smoke

📋 copy color: '#96A65B'

red 150 ◦ green 166 ◦ blue 91

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

Shades of Green Smoke #96A65B

Tints of Green Smoke #96A65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.79%

 BLUE value IS 91 (35.94% from 255) = 22.36%

R = 36.86%
G = 40.79%
B = 22.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#96A65B (or 0x96A65B) is known color: Green Smoke. HEX triplet: 96, A6 and 5B. RGB value is (150,166,91). Sum of RGB (Red+Green+Blue) = 150+166+91=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #96A65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A65B is #6959A4. Grayscale: #989898. Windows color (decimal): -6904229 or 6006422. OLE color: 6006422.

HSL color Cylindrical-coordinate representation of color #96A65B: hue angle of 72.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96A65B is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 166 91 -
CMYK 0.10 0 0.45 0.35
HSL 72.8º 0.3% 0.5% -
HSV(B) 72.8º 0.45% 0.65% -
XYZ 28.1 34.51 15.08 -
YUV 152.67 93.2 126.1 -
System Red Green Blue C M Y K H S L
Decimal 150 166 91 0.10 0 0.45 0.35 72.8 0.3 0.5
Hex 96 A6 5B A 0 2D 23 49 1E 32
Octal 226 246 133 12 0 55 43 111 36 62
Binary 10010110 10100110 1011011 1010 0 101101 100011 1001001 11110 110010

Color Harmonies of #96A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A65B

Black with #96A65B

Text Example


Text Example

White with #96A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,166,91); }

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

background-color css

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

 a { background-color: rgb(150,166,91); }

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

border-color css

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

 span { border-color: rgb(150,166,91); }

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