Html Css Color HEX #ABB096 Green Spring

📋 copy color: '#ABB096'

red 171 ◦ green 176 ◦ blue 150

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

Shades of Green Spring #ABB096

Tints of Green Spring #ABB096

RGB

 RED value IS 171 (67.19% from 255) = 34.41%

 GREEN value IS 176 (69.14% from 255) = 35.41%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 34.41%
G = 35.41%
B = 30.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#ABB096 (or 0xABB096) is known color: Green Spring. HEX triplet: AB, B0 and 96. RGB value is (171,176,150). Sum of RGB (Red+Green+Blue) = 171+176+150=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB096 is #544F69. Grayscale: #ABABAB. Windows color (decimal): -5525354 or 9875627. OLE color: 9875627.

HSL color Cylindrical-coordinate representation of color #ABB096: hue angle of 71.54º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABB096 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 176 150 -
CMYK 0.03 0 0.15 0.31
HSL 71.54º 0.14% 0.64% -
HSV(B) 71.54º 0.15% 0.69% -
XYZ 37.82 41.91 34.95 -
YUV 171.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 171 176 150 0.03 0 0.15 0.31 71.54 0.14 0.64
Hex AB B0 96 3 0 F 1F 48 E 40
Octal 253 260 226 3 0 17 37 110 16 100
Binary 10101011 10110000 10010110 11 0 1111 11111 1001000 1110 1000000

Color Harmonies of #ABB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB096

Black with #ABB096

Text Example


Text Example

White with #ABB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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