#ABBC95

Color #ABBC95 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #ABBC95

Tints of Norway #ABBC95

Color information

#ABBC95 (or 0xABBC95) is unknown color: approx Norway. HEX triplet: AB, BC and 95. RGB value is (171,188,149). Sum of RGB (Red+Green+Blue) = 171+188+149=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC95 is #54436A. Grayscale: #B2B2B2. Windows color (decimal): -5522283 or 9813163. OLE color: 9813163.

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

Color convert

RGB171188149-
CMYK0.0900.210.26
HSL86.15º22.54%66.08%-
HSV(B)86.15º20.74%73.73%-
XYZ40.246.7935.35-
YUV178.47111.37122.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=33.66%
G=37.01%
B=29.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881490.0900.210.2686.1522.5466.08
HexABBC9590151A561742
Octal253274225110253212627102
Binary1010101110111100100101011001010101110101010110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC95; }

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

 H1.HeaderClassName
 {
   color: #ABBC95;
 }
 .AnyTagClassName
 {
   color: #ABBC95;
 }
</style>
background-color css

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

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

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

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

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

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