Html Css Color HEX #96A648 Green Smoke

📋 copy color: '#96A648'

red 150 ◦ green 166 ◦ blue 72

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

Shades of Green Smoke #96A648

Tints of Green Smoke #96A648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 38.66%
G = 42.78%
B = 18.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#96A648 (or 0x96A648) is known color: Green Smoke. HEX triplet: 96, A6 and 48. RGB value is (150,166,72). Sum of RGB (Red+Green+Blue) = 150+166+72=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #96A648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A648 is #6959B7. Grayscale: #969696. Windows color (decimal): -6904248 or 4761238. OLE color: 4761238.

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

Color convert

RGB 150 166 72 -
CMYK 0.10 0 0.57 0.35
HSL 70.21º 0.39% 0.47% -
HSV(B) 70.21º 0.57% 0.65% -
XYZ 27.38 34.22 11.29 -
YUV 150.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 150 166 72 0.10 0 0.57 0.35 70.21 0.39 0.47
Hex 96 A6 48 A 0 39 23 46 27 2F
Octal 226 246 110 12 0 71 43 106 47 57
Binary 10010110 10100110 1001000 1010 0 111001 100011 1000110 100111 101111

Color Harmonies of #96A648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A648

Black with #96A648

Text Example


Text Example

White with #96A648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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