#A4BF88

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

Shades of Norway #A4BF88

Tints of Norway #A4BF88

Color information

#A4BF88 (or 0xA4BF88) is unknown color: approx Norway. HEX triplet: A4, BF and 88. RGB value is (164,191,136). Sum of RGB (Red+Green+Blue) = 164+191+136=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF88 is #5B4077. Grayscale: #B0B0B0. Windows color (decimal): -5980280 or 8961956. OLE color: 8961956.

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

Color convert

RGB164191136-
CMYK0.1400.290.25
HSL89.45º30.05%64.12%-
HSV(B)89.45º28.8%74.9%-
XYZ38.3846.9330.33-
YUV176.66105.05118.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 191 (75% from 255) = 38.90%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=33.40%
G=38.90%
B=27.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911360.1400.290.2589.4530.0564.12
HexA4BF88E01D19591e40
Octal244277210160353113136100
Binary1010010010111111100010001110011101110011011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF88; }

 p { color: rgb(164,191,136); }

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

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

 a { background-color: rgb(164,191,136); }

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

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

 span { border-color: rgb(164,191,136); }

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