#A1BE88

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

Shades of Norway #A1BE88

Tints of Norway #A1BE88

Color information

#A1BE88 (or 0xA1BE88) is unknown color: approx Norway. HEX triplet: A1, BE and 88. RGB value is (161,190,136). Sum of RGB (Red+Green+Blue) = 161+190+136=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BE88 is #5E4177. Grayscale: #AFAFAF. Windows color (decimal): -6177144 or 8961697. OLE color: 8961697.

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

Color convert

RGB161190136-
CMYK0.1500.280.25
HSL92.22º29.35%63.92%-
HSV(B)92.22º28.42%74.51%-
XYZ37.5646.1830.23-
YUV175.17105.89117.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 136 (53.52% from 255) = 27.93%
R=33.06%
G=39.01%
B=27.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901360.1500.280.2592.2229.3563.92
HexA1BE88F01C195c1d40
Octal241276210170343113435100
Binary1010000110111110100010001111011100110011011100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BE88; }

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

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

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

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

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

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

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

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