Html Css Color HEX #96AB4C Green Smoke

📋 copy color: '#96AB4C'

red 150 ◦ green 171 ◦ blue 76

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

Shades of Green Smoke #96AB4C

Tints of Green Smoke #96AB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 37.78%
G = 43.07%
B = 19.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#96AB4C (or 0x96AB4C) is known color: Green Smoke. HEX triplet: 96, AB and 4C. RGB value is (150,171,76). Sum of RGB (Red+Green+Blue) = 150+171+76=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AB4C is #6954B3. Grayscale: #9A9A9A. Windows color (decimal): -6902964 or 5024662. OLE color: 5024662.

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

Color convert

RGB 150 171 76 -
CMYK 0.12 0 0.56 0.33
HSL 73.26º 0.38% 0.48% -
HSV(B) 73.26º 0.56% 0.67% -
XYZ 28.45 36.13 12.31 -
YUV 153.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 150 171 76 0.12 0 0.56 0.33 73.26 0.38 0.48
Hex 96 AB 4C C 0 38 21 49 26 30
Octal 226 253 114 14 0 70 41 111 46 60
Binary 10010110 10101011 1001100 1100 0 111000 100001 1001001 100110 110000

Color Harmonies of #96AB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB4C

Black with #96AB4C

Text Example


Text Example

White with #96AB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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