#ABBC90

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

Shades of Norway #ABBC90

Tints of Norway #ABBC90

Color information

#ABBC90 (or 0xABBC90) is unknown color: approx Norway. HEX triplet: AB, BC and 90. RGB value is (171,188,144). Sum of RGB (Red+Green+Blue) = 171+188+144=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC90 is #54436F. Grayscale: #B2B2B2. Windows color (decimal): -5522288 or 9485483. OLE color: 9485483.

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

Color convert

RGB171188144-
CMYK0.0900.230.26
HSL83.18º24.72%65.1%-
HSV(B)83.18º23.4%73.73%-
XYZ39.8146.6433.29-
YUV177.9108.87123.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=34.00%
G=37.38%
B=28.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881440.0900.230.2683.1824.7265.1
HexABBC9090171A531941
Octal253274220110273212331101
Binary1010101110111100100100001001010111110101010011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC90; }

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

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

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

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

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

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

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

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