Html Css Color HEX #ABBB9C Norway

📋 copy color: '#ABBB9C'

red 171 ◦ green 187 ◦ blue 156

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

Shades of Norway #ABBB9C

Tints of Norway #ABBB9C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.38%

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

R = 33.27%
G = 36.38%
B = 30.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#ABBB9C (or 0xABBB9C) is known color: Norway. HEX triplet: AB, BB and 9C. RGB value is (171,187,156). Sum of RGB (Red+Green+Blue) = 171+187+156=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB9C is #544463. Grayscale: #B2B2B2. Windows color (decimal): -5522532 or 10271659. OLE color: 10271659.

HSL color Cylindrical-coordinate representation of color #ABBB9C: hue angle of 90.97º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBB9C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 156 -
CMYK 0.09 0 0.17 0.27
HSL 90.97º 0.19% 0.67% -
HSV(B) 90.97º 0.17% 0.73% -
XYZ 40.57 46.6 38.31 -
YUV 178.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 171 187 156 0.09 0 0.17 0.27 90.97 0.19 0.67
Hex AB BB 9C 9 0 11 1B 5B 13 43
Octal 253 273 234 11 0 21 33 133 23 103
Binary 10101011 10111011 10011100 1001 0 10001 11011 1011011 10011 1000011

Color Harmonies of #ABBB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB9C

Black with #ABBB9C

Text Example


Text Example

White with #ABBB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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