Html Css Color HEX #96AB57 Green Smoke

📋 copy color: '#96AB57'

red 150 ◦ green 171 ◦ blue 87

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

Shades of Green Smoke #96AB57

Tints of Green Smoke #96AB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.32%

R = 36.76%
G = 41.91%
B = 21.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#96AB57 (or 0x96AB57) is known color: Green Smoke. HEX triplet: 96, AB and 57. RGB value is (150,171,87). Sum of RGB (Red+Green+Blue) = 150+171+87=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AB57 is #6954A8. Grayscale: #9B9B9B. Windows color (decimal): -6902953 or 5745558. OLE color: 5745558.

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

Color convert

RGB 150 171 87 -
CMYK 0.12 0 0.49 0.33
HSL 75º 0.33% 0.51% -
HSV(B) 75º 0.49% 0.67% -
XYZ 28.86 36.3 14.5 -
YUV 155.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 150 171 87 0.12 0 0.49 0.33 75 0.33 0.51
Hex 96 AB 57 C 0 31 21 4B 21 33
Octal 226 253 127 14 0 61 41 113 41 63
Binary 10010110 10101011 1010111 1100 0 110001 100001 1001011 100001 110011

Color Harmonies of #96AB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB57

Black with #96AB57

Text Example


Text Example

White with #96AB57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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