Html Css Color HEX #96A752 Green Smoke

📋 copy color: '#96A752'

red 150 ◦ green 167 ◦ blue 82

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

Shades of Green Smoke #96A752

Tints of Green Smoke #96A752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 37.59%
G = 41.85%
B = 20.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#96A752 (or 0x96A752) is known color: Green Smoke. HEX triplet: 96, A7 and 52. RGB value is (150,167,82). Sum of RGB (Red+Green+Blue) = 150+167+82=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #96A752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A752 is #6958AD. Grayscale: #989898. Windows color (decimal): -6903982 or 5416854. OLE color: 5416854.

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

Color convert

RGB 150 167 82 -
CMYK 0.10 0 0.51 0.35
HSL 72º 0.34% 0.49% -
HSV(B) 72º 0.51% 0.65% -
XYZ 27.92 34.73 13.21 -
YUV 152.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 150 167 82 0.10 0 0.51 0.35 72 0.34 0.49
Hex 96 A7 52 A 0 33 23 48 22 31
Octal 226 247 122 12 0 63 43 110 42 61
Binary 10010110 10100111 1010010 1010 0 110011 100011 1001000 100010 110001

Color Harmonies of #96A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A752

Black with #96A752

Text Example


Text Example

White with #96A752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,167,82); }

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

background-color css

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

 a { background-color: rgb(150,167,82); }

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

border-color css

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

 span { border-color: rgb(150,167,82); }

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