#A8BE92

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

Shades of Norway #A8BE92

Tints of Norway #A8BE92

Color information

#A8BE92 (or 0xA8BE92) is unknown color: approx Norway. HEX triplet: A8, BE and 92. RGB value is (168,190,146). Sum of RGB (Red+Green+Blue) = 168+190+146=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE92 is #57416D. Grayscale: #B2B2B2. Windows color (decimal): -5718382 or 9617064. OLE color: 9617064.

HSL color Cylindrical-coordinate representation of color #A8BE92: hue angle of 90º 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 #A8BE92 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB168190146-
CMYK0.1200.230.25
HSL90º25.29%65.88%-
HSV(B)90º23.16%74.51%-
XYZ39.7547.2334.21-
YUV178.41109.71120.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=33.33%
G=37.70%
B=28.97%

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
Decimal1681901460.1200.230.259025.2965.88
HexA8BE92C017195a1942
Octal250276222140273113231102
Binary1010100010111110100100101100010111110011011010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE92; }

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

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

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

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

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

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

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

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