Html Css Color HEX #96AB4D Green Smoke

📋 copy color: '#96AB4D'

red 150 ◦ green 171 ◦ blue 77

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

Shades of Green Smoke #96AB4D

Tints of Green Smoke #96AB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 37.69%
G = 42.96%
B = 19.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#96AB4D (or 0x96AB4D) is known color: Green Smoke. HEX triplet: 96, AB and 4D. RGB value is (150,171,77). Sum of RGB (Red+Green+Blue) = 150+171+77=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB4D is #6954B2. Grayscale: #9A9A9A. Windows color (decimal): -6902963 or 5090198. OLE color: 5090198.

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

Color convert

RGB 150 171 77 -
CMYK 0.12 0 0.55 0.33
HSL 73.4º 0.38% 0.49% -
HSV(B) 73.4º 0.55% 0.67% -
XYZ 28.48 36.15 12.5 -
YUV 154.01 84.54 125.14 -
System Red Green Blue C M Y K H S L
Decimal 150 171 77 0.12 0 0.55 0.33 73.4 0.38 0.49
Hex 96 AB 4D C 0 37 21 49 26 31
Octal 226 253 115 14 0 67 41 111 46 61
Binary 10010110 10101011 1001101 1100 0 110111 100001 1001001 100110 110001

Color Harmonies of #96AB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB4D

Black with #96AB4D

Text Example


Text Example

White with #96AB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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