#A8BF8A

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

Shades of Norway #A8BF8A

Tints of Norway #A8BF8A

Color information

#A8BF8A (or 0xA8BF8A) is unknown color: approx Norway. HEX triplet: A8, BF and 8A. RGB value is (168,191,138). Sum of RGB (Red+Green+Blue) = 168+191+138=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF8A is #574075. Grayscale: #B2B2B2. Windows color (decimal): -5718134 or 9093032. OLE color: 9093032.

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

Color convert

RGB168191138-
CMYK0.1200.280.25
HSL86.04º29.28%64.51%-
HSV(B)86.04º27.75%74.9%-
XYZ39.3747.4231.12-
YUV178.08105.38120.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 138 (54.30% from 255) = 27.77%
R=33.80%
G=38.43%
B=27.77%

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
Decimal1681911380.1200.280.2586.0429.2864.51
HexA8BF8AC01C19561d41
Octal250277212140343112635101
Binary1010100010111111100010101100011100110011010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF8A; }

 p { color: rgb(168,191,138); }

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

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

 a { background-color: rgb(168,191,138); }

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

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

 span { border-color: rgb(168,191,138); }

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