Html Css Color HEX #ABB89E Norway

📋 copy color: '#ABB89E'

red 171 ◦ green 184 ◦ blue 158

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

Shades of Norway #ABB89E

Tints of Norway #ABB89E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 33.33%
G = 35.87%
B = 30.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#ABB89E (or 0xABB89E) is known color: Norway. HEX triplet: AB, B8 and 9E. RGB value is (171,184,158). Sum of RGB (Red+Green+Blue) = 171+184+158=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB89E is #544761. Grayscale: #B1B1B1. Windows color (decimal): -5523298 or 10401963. OLE color: 10401963.

HSL color Cylindrical-coordinate representation of color #ABB89E: hue angle of 90º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB89E is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 158 -
CMYK 0.07 0 0.14 0.28
HSL 90º 0.15% 0.67% -
HSV(B) 90º 0.14% 0.72% -
XYZ 40.11 45.41 39 -
YUV 177.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 171 184 158 0.07 0 0.14 0.28 90 0.15 0.67
Hex AB B8 9E 7 0 E 1C 5A F 43
Octal 253 270 236 7 0 16 34 132 17 103
Binary 10101011 10111000 10011110 111 0 1110 11100 1011010 1111 1000011

Color Harmonies of #ABB89E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB89E

Black with #ABB89E

Text Example


Text Example

White with #ABB89E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB89E; }

 p { color: rgb(171,184,158); }

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

background-color css

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

 a { background-color: rgb(171,184,158); }

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

border-color css

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

 span { border-color: rgb(171,184,158); }

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