Html Css Color HEX #ABBC9C Norway

📋 copy color: '#ABBC9C'

red 171 ◦ green 188 ◦ blue 156

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

Shades of Norway #ABBC9C

Tints of Norway #ABBC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.29%

R = 33.2%
G = 36.5%
B = 30.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#ABBC9C (or 0xABBC9C) is known color: Norway. HEX triplet: AB, BC and 9C. RGB value is (171,188,156). Sum of RGB (Red+Green+Blue) = 171+188+156=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC9C is #544363. Grayscale: #B3B3B3. Windows color (decimal): -5522276 or 10271915. OLE color: 10271915.

HSL color Cylindrical-coordinate representation of color #ABBC9C: hue angle of 91.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBC9C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 156 -
CMYK 0.09 0 0.17 0.26
HSL 91.88º 0.19% 0.67% -
HSV(B) 91.88º 0.17% 0.74% -
XYZ 40.78 47.02 38.38 -
YUV 179.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 171 188 156 0.09 0 0.17 0.26 91.88 0.19 0.67
Hex AB BC 9C 9 0 11 1A 5C 13 43
Octal 253 274 234 11 0 21 32 134 23 103
Binary 10101011 10111100 10011100 1001 0 10001 11010 1011100 10011 1000011

Color Harmonies of #ABBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC9C

Black with #ABBC9C

Text Example


Text Example

White with #ABBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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