#A8BE90

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

Shades of Norway #A8BE90

Tints of Norway #A8BE90

Color information

#A8BE90 (or 0xA8BE90) is unknown color: approx Norway. HEX triplet: A8, BE and 90. RGB value is (168,190,144). Sum of RGB (Red+Green+Blue) = 168+190+144=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE90 is #57416F. Grayscale: #B2B2B2. Windows color (decimal): -5718384 or 9485992. OLE color: 9485992.

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

Color convert

RGB168190144-
CMYK0.1200.240.25
HSL88.7º26.14%65.49%-
HSV(B)88.7º24.21%74.51%-
XYZ39.647.1733.4-
YUV178.18108.71120.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 144 (56.64% from 255) = 28.69%
R=33.47%
G=37.85%
B=28.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901440.1200.240.2588.726.1465.49
HexA8BE90C01819591a41
Octal250276220140303113132101
Binary1010100010111110100100001100011000110011011001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE90; }

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

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

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

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

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

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

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

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