Html Css Color HEX #ABBB8E Norway

📋 copy color: '#ABBB8E'

red 171 ◦ green 187 ◦ blue 142

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

Shades of Norway #ABBB8E

Tints of Norway #ABBB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 34.2%
G = 37.4%
B = 28.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#ABBB8E (or 0xABBB8E) is known color: Norway. HEX triplet: AB, BB and 8E. RGB value is (171,187,142). Sum of RGB (Red+Green+Blue) = 171+187+142=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB8E is #544471. Grayscale: #B1B1B1. Windows color (decimal): -5522546 or 9354155. OLE color: 9354155.

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

Color convert

RGB 171 187 142 -
CMYK 0.09 0 0.24 0.27
HSL 81.33º 0.25% 0.65% -
HSV(B) 81.33º 0.24% 0.73% -
XYZ 39.45 46.15 32.42 -
YUV 177.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 171 187 142 0.09 0 0.24 0.27 81.33 0.25 0.65
Hex AB BB 8E 9 0 18 1B 51 19 41
Octal 253 273 216 11 0 30 33 121 31 101
Binary 10101011 10111011 10001110 1001 0 11000 11011 1010001 11001 1000001

Color Harmonies of #ABBB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB8E

Black with #ABBB8E

Text Example


Text Example

White with #ABBB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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