Html Css Color HEX #ABB89C Norway

📋 copy color: '#ABB89C'

red 171 ◦ green 184 ◦ blue 156

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

Shades of Norway #ABB89C

Tints of Norway #ABB89C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.53%

R = 33.46%
G = 36.01%
B = 30.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#ABB89C (or 0xABB89C) is known color: Norway. HEX triplet: AB, B8 and 9C. RGB value is (171,184,156). Sum of RGB (Red+Green+Blue) = 171+184+156=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB89C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB89C is #544763. Grayscale: #B1B1B1. Windows color (decimal): -5523300 or 10270891. OLE color: 10270891.

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

Color convert

RGB 171 184 156 -
CMYK 0.07 0 0.15 0.28
HSL 87.86º 0.16% 0.67% -
HSV(B) 87.86º 0.15% 0.72% -
XYZ 39.94 45.34 38.1 -
YUV 176.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 171 184 156 0.07 0 0.15 0.28 87.86 0.16 0.67
Hex AB B8 9C 7 0 F 1C 58 10 43
Octal 253 270 234 7 0 17 34 130 20 103
Binary 10101011 10111000 10011100 111 0 1111 11100 1011000 10000 1000011

Color Harmonies of #ABB89C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB89C

Black with #ABB89C

Text Example


Text Example

White with #ABB89C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB89C; }

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

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

background-color css

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

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

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

border-color css

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

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

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