Html Css Color HEX #ABB295 Green Spring

📋 copy color: '#ABB295'

red 171 ◦ green 178 ◦ blue 149

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

Shades of Green Spring #ABB295

Tints of Green Spring #ABB295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 34.34%
G = 35.74%
B = 29.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#ABB295 (or 0xABB295) is known color: Green Spring. HEX triplet: AB, B2 and 95. RGB value is (171,178,149). Sum of RGB (Red+Green+Blue) = 171+178+149=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB295 is #544D6A. Grayscale: #ACACAC. Windows color (decimal): -5524843 or 9810603. OLE color: 9810603.

HSL color Cylindrical-coordinate representation of color #ABB295: hue angle of 74.48º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABB295 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 178 149 -
CMYK 0.04 0 0.16 0.30
HSL 74.48º 0.16% 0.64% -
HSV(B) 74.48º 0.16% 0.7% -
XYZ 38.14 42.67 34.66 -
YUV 172.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 171 178 149 0.04 0 0.16 0.30 74.48 0.16 0.64
Hex AB B2 95 4 0 10 1E 4A 10 40
Octal 253 262 225 4 0 20 36 112 20 100
Binary 10101011 10110010 10010101 100 0 10000 11110 1001010 10000 1000000

Color Harmonies of #ABB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB295

Black with #ABB295

Text Example


Text Example

White with #ABB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB295; }

 p { color: rgb(171,178,149); }

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

background-color css

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

 a { background-color: rgb(171,178,149); }

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

border-color css

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

 span { border-color: rgb(171,178,149); }

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