Html Css Color HEX #96AB47 Green Smoke

📋 copy color: '#96AB47'

red 150 ◦ green 171 ◦ blue 71

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

Shades of Green Smoke #96AB47

Tints of Green Smoke #96AB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

 BLUE value IS 71 (28.13% from 255) = 18.11%

R = 38.27%
G = 43.62%
B = 18.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#96AB47 (or 0x96AB47) is known color: Green Smoke. HEX triplet: 96, AB and 47. RGB value is (150,171,71). Sum of RGB (Red+Green+Blue) = 150+171+71=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB47 is #6954B8. Grayscale: #999999. Windows color (decimal): -6902969 or 4696982. OLE color: 4696982.

HSL color Cylindrical-coordinate representation of color #96AB47: hue angle of 72.6º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96AB47 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 71 -
CMYK 0.12 0 0.58 0.33
HSL 72.6º 0.41% 0.47% -
HSV(B) 72.6º 0.58% 0.67% -
XYZ 28.28 36.06 11.43 -
YUV 153.32 81.54 125.63 -
System Red Green Blue C M Y K H S L
Decimal 150 171 71 0.12 0 0.58 0.33 72.6 0.41 0.47
Hex 96 AB 47 C 0 3A 21 49 29 2F
Octal 226 253 107 14 0 72 41 111 51 57
Binary 10010110 10101011 1000111 1100 0 111010 100001 1001001 101001 101111

Color Harmonies of #96AB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB47

Black with #96AB47

Text Example


Text Example

White with #96AB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,71); }

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

background-color css

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

 a { background-color: rgb(150,171,71); }

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

border-color css

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

 span { border-color: rgb(150,171,71); }

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