Html Css Color HEX #96A348 Green Smoke

📋 copy color: '#96A348'

red 150 ◦ green 163 ◦ blue 72

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

Shades of Green Smoke #96A348

Tints of Green Smoke #96A348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.34%

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

R = 38.96%
G = 42.34%
B = 18.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#96A348 (or 0x96A348) is known color: Green Smoke. HEX triplet: 96, A3 and 48. RGB value is (150,163,72). Sum of RGB (Red+Green+Blue) = 150+163+72=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #96A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96A348 is #695CB7. Grayscale: #959595. Windows color (decimal): -6905016 or 4760470. OLE color: 4760470.

HSL color Cylindrical-coordinate representation of color #96A348: hue angle of 68.57º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96A348 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 72 -
CMYK 0.08 0 0.56 0.36
HSL 68.57º 0.39% 0.46% -
HSV(B) 68.57º 0.56% 0.64% -
XYZ 26.84 33.15 11.11 -
YUV 148.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 150 163 72 0.08 0 0.56 0.36 68.57 0.39 0.46
Hex 96 A3 48 8 0 38 24 45 27 2E
Octal 226 243 110 10 0 70 44 105 47 56
Binary 10010110 10100011 1001000 1000 0 111000 100100 1000101 100111 101110

Color Harmonies of #96A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A348

Black with #96A348

Text Example


Text Example

White with #96A348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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