Html Css Color HEX #ABBB90 Norway

📋 copy color: '#ABBB90'

red 171 ◦ green 187 ◦ blue 144

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

Shades of Norway #ABBB90

Tints of Norway #ABBB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.69%

R = 34.06%
G = 37.25%
B = 28.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#ABBB90 (or 0xABBB90) is known color: Norway. HEX triplet: AB, BB and 90. RGB value is (171,187,144). Sum of RGB (Red+Green+Blue) = 171+187+144=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB90 is #54446F. Grayscale: #B1B1B1. Windows color (decimal): -5522544 or 9485227. OLE color: 9485227.

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

Color convert

RGB 171 187 144 -
CMYK 0.09 0 0.23 0.27
HSL 82.33º 0.24% 0.65% -
HSV(B) 82.33º 0.23% 0.73% -
XYZ 39.6 46.21 33.22 -
YUV 177.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 171 187 144 0.09 0 0.23 0.27 82.33 0.24 0.65
Hex AB BB 90 9 0 17 1B 52 18 41
Octal 253 273 220 11 0 27 33 122 30 101
Binary 10101011 10111011 10010000 1001 0 10111 11011 1010010 11000 1000001

Color Harmonies of #ABBB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB90

Black with #ABBB90

Text Example


Text Example

White with #ABBB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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