Html Css Color HEX #ABBC97 Norway

📋 copy color: '#ABBC97'

red 171 ◦ green 188 ◦ blue 151

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

Shades of Norway #ABBC97

Tints of Norway #ABBC97

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 151 (59.38% from 255) = 29.61%

R = 33.53%
G = 36.86%
B = 29.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#ABBC97 (or 0xABBC97) is known color: Norway. HEX triplet: AB, BC and 97. RGB value is (171,188,151). Sum of RGB (Red+Green+Blue) = 171+188+151=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC97 is #544368. Grayscale: #B2B2B2. Windows color (decimal): -5522281 or 9944235. OLE color: 9944235.

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

Color convert

RGB 171 188 151 -
CMYK 0.09 0 0.20 0.26
HSL 87.57º 0.22% 0.66% -
HSV(B) 87.57º 0.2% 0.74% -
XYZ 40.36 46.86 36.2 -
YUV 178.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 171 188 151 0.09 0 0.20 0.26 87.57 0.22 0.66
Hex AB BC 97 9 0 14 1A 58 16 42
Octal 253 274 227 11 0 24 32 130 26 102
Binary 10101011 10111100 10010111 1001 0 10100 11010 1011000 10110 1000010

Color Harmonies of #ABBC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC97

Black with #ABBC97

Text Example


Text Example

White with #ABBC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC97; }

 p { color: rgb(171,188,151); }

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

background-color css

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

 a { background-color: rgb(171,188,151); }

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

border-color css

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

 span { border-color: rgb(171,188,151); }

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