#A8BE93

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

Shades of Norway #A8BE93

Tints of Norway #A8BE93

Color information

#A8BE93 (or 0xA8BE93) is unknown color: approx Norway. HEX triplet: A8, BE and 93. RGB value is (168,190,147). Sum of RGB (Red+Green+Blue) = 168+190+147=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE93 is #57416C. Grayscale: #B2B2B2. Windows color (decimal): -5718381 or 9682600. OLE color: 9682600.

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

Color convert

RGB168190147-
CMYK0.1200.230.25
HSL90.7º24.86%66.08%-
HSV(B)90.7º22.63%74.51%-
XYZ39.8347.2634.63-
YUV178.52110.21120.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=33.27%
G=37.62%
B=29.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901470.1200.230.2590.724.8666.08
HexA8BE93C017195b1942
Octal250276223140273113331102
Binary1010100010111110100100111100010111110011011011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE93; }

 p { color: rgb(168,190,147); }

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

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

 a { background-color: rgb(168,190,147); }

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

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

 span { border-color: rgb(168,190,147); }

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