Html Css Color HEX #ABBB96 Norway

📋 copy color: '#ABBB96'

red 171 ◦ green 187 ◦ blue 150

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

Shades of Norway #ABBB96

Tints of Norway #ABBB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.53%

R = 33.66%
G = 36.81%
B = 29.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#ABBB96 (or 0xABBB96) is known color: Norway. HEX triplet: AB, BB and 96. RGB value is (171,187,150). Sum of RGB (Red+Green+Blue) = 171+187+150=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB96 is #544469. Grayscale: #B2B2B2. Windows color (decimal): -5522538 or 9878443. OLE color: 9878443.

HSL color Cylindrical-coordinate representation of color #ABBB96: hue angle of 85.95º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABBB96 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 187 150 -
CMYK 0.09 0 0.20 0.27
HSL 85.95º 0.21% 0.66% -
HSV(B) 85.95º 0.2% 0.73% -
XYZ 40.07 46.4 35.7 -
YUV 178 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 171 187 150 0.09 0 0.20 0.27 85.95 0.21 0.66
Hex AB BB 96 9 0 14 1B 56 15 42
Octal 253 273 226 11 0 24 33 126 25 102
Binary 10101011 10111011 10010110 1001 0 10100 11011 1010110 10101 1000010

Color Harmonies of #ABBB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBB96

Black with #ABBB96

Text Example


Text Example

White with #ABBB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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