#ABBF92

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

Shades of Norway #ABBF92

Tints of Norway #ABBF92

Color information

#ABBF92 (or 0xABBF92) is unknown color: approx Norway. HEX triplet: AB, BF and 92. RGB value is (171,191,146). Sum of RGB (Red+Green+Blue) = 171+191+146=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF92 is #54406D. Grayscale: #B4B4B4. Windows color (decimal): -5521518 or 9617323. OLE color: 9617323.

HSL color Cylindrical-coordinate representation of color #ABBF92: hue angle of 86.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBF92 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB171191146-
CMYK0.1000.240.25
HSL86.67º26.01%66.08%-
HSV(B)86.67º23.56%74.9%-
XYZ40.6147.9934.32-
YUV179.89108.87121.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=33.66%
G=37.60%
B=28.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911460.1000.240.2586.6726.0166.08
HexABBF92A01819571a42
Octal253277222120303112732102
Binary1010101110111111100100101010011000110011010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF92; }

 p { color: rgb(171,191,146); }

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

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

 a { background-color: rgb(171,191,146); }

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

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

 span { border-color: rgb(171,191,146); }

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