Html Css Color HEX #ABBB91 Norway

📋 copy color: '#ABBB91'

red 171 ◦ green 187 ◦ blue 145

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

Shades of Norway #ABBB91

Tints of Norway #ABBB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.83%

R = 34%
G = 37.18%
B = 28.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#ABBB91 (or 0xABBB91) is known color: Norway. HEX triplet: AB, BB and 91. RGB value is (171,187,145). Sum of RGB (Red+Green+Blue) = 171+187+145=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB91 is #54446E. Grayscale: #B1B1B1. Windows color (decimal): -5522543 or 9550763. OLE color: 9550763.

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

Color convert

RGB 171 187 145 -
CMYK 0.09 0 0.22 0.27
HSL 82.86º 0.24% 0.65% -
HSV(B) 82.86º 0.22% 0.73% -
XYZ 39.68 46.24 33.62 -
YUV 177.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 171 187 145 0.09 0 0.22 0.27 82.86 0.24 0.65
Hex AB BB 91 9 0 16 1B 53 18 41
Octal 253 273 221 11 0 26 33 123 30 101
Binary 10101011 10111011 10010001 1001 0 10110 11011 1010011 11000 1000001

Color Harmonies of #ABBB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB91

Black with #ABBB91

Text Example


Text Example

White with #ABBB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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