Html Css Color HEX #ABBB9E Norway

📋 copy color: '#ABBB9E'

red 171 ◦ green 187 ◦ blue 158

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

Shades of Norway #ABBB9E

Tints of Norway #ABBB9E

RGB

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

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

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

R = 33.14%
G = 36.24%
B = 30.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#ABBB9E (or 0xABBB9E) is known color: Norway. HEX triplet: AB, BB and 9E. RGB value is (171,187,158). Sum of RGB (Red+Green+Blue) = 171+187+158=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB9E is #544461. Grayscale: #B3B3B3. Windows color (decimal): -5522530 or 10402731. OLE color: 10402731.

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

Color convert

RGB 171 187 158 -
CMYK 0.09 0 0.16 0.27
HSL 93.1º 0.18% 0.68% -
HSV(B) 93.1º 0.16% 0.73% -
XYZ 40.74 46.67 39.21 -
YUV 178.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 171 187 158 0.09 0 0.16 0.27 93.1 0.18 0.68
Hex AB BB 9E 9 0 10 1B 5D 12 44
Octal 253 273 236 11 0 20 33 135 22 104
Binary 10101011 10111011 10011110 1001 0 10000 11011 1011101 10010 1000100

Color Harmonies of #ABBB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB9E

Black with #ABBB9E

Text Example


Text Example

White with #ABBB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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