#A8BE88

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

Shades of Norway #A8BE88

Tints of Norway #A8BE88

Color information

#A8BE88 (or 0xA8BE88) is unknown color: approx Norway. HEX triplet: A8, BE and 88. RGB value is (168,190,136). Sum of RGB (Red+Green+Blue) = 168+190+136=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE88 is #574177. Grayscale: #B1B1B1. Windows color (decimal): -5718392 or 8961704. OLE color: 8961704.

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

Color convert

RGB168190136-
CMYK0.1200.280.25
HSL84.44º29.35%63.92%-
HSV(B)84.44º28.42%74.51%-
XYZ39.0146.9330.29-
YUV177.27104.71121.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.01%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=34.01%
G=38.46%
B=27.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681901360.1200.280.2584.4429.3563.92
HexA8BE88C01C19541d40
Octal250276210140343112435100
Binary1010100010111110100010001100011100110011010100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BE88; }

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

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

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

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

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

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

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

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