Html Css Color HEX #96A962 Green Smoke

📋 copy color: '#96A962'

red 150 ◦ green 169 ◦ blue 98

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

Shades of Green Smoke #96A962

Tints of Green Smoke #96A962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 35.97%
G = 40.53%
B = 23.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#96A962 (or 0x96A962) is known color: Green Smoke. HEX triplet: 96, A9 and 62. RGB value is (150,169,98). Sum of RGB (Red+Green+Blue) = 150+169+98=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #96A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A962 is #69569D. Grayscale: #9B9B9B. Windows color (decimal): -6903454 or 6465942. OLE color: 6465942.

HSL color Cylindrical-coordinate representation of color #96A962: hue angle of 76.06º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96A962 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 169 98 -
CMYK 0.11 0 0.42 0.34
HSL 76.06º 0.29% 0.52% -
HSV(B) 76.06º 0.42% 0.66% -
XYZ 28.97 35.74 16.93 -
YUV 155.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 150 169 98 0.11 0 0.42 0.34 76.06 0.29 0.52
Hex 96 A9 62 B 0 2A 22 4C 1D 34
Octal 226 251 142 13 0 52 42 114 35 64
Binary 10010110 10101001 1100010 1011 0 101010 100010 1001100 11101 110100

Color Harmonies of #96A962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A962

Black with #96A962

Text Example


Text Example

White with #96A962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,169,98); }

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

background-color css

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

 a { background-color: rgb(150,169,98); }

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

border-color css

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

 span { border-color: rgb(150,169,98); }

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