#A7BF95

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

Shades of Norway #A7BF95

Tints of Norway #A7BF95

Color information

#A7BF95 (or 0xA7BF95) is unknown color: approx Norway. HEX triplet: A7, BF and 95. RGB value is (167,191,149). Sum of RGB (Red+Green+Blue) = 167+191+149=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF95 is #58406A. Grayscale: #B3B3B3. Windows color (decimal): -5783659 or 9813927. OLE color: 9813927.

HSL color Cylindrical-coordinate representation of color #A7BF95: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7BF95 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB167191149-
CMYK0.1300.220.25
HSL94.29º24.71%66.67%-
HSV(B)94.29º21.99%74.9%-
XYZ39.9947.6535.52-
YUV179.04111.05119.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 149 (58.59% from 255) = 29.39%
R=32.94%
G=37.67%
B=29.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911490.1300.220.2594.2924.7166.67
HexA7BF95D016195e1943
Octal247277225150263113631103
Binary1010011110111111100101011101010110110011011110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF95; }

 p { color: rgb(167,191,149); }

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

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

 a { background-color: rgb(167,191,149); }

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

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

 span { border-color: rgb(167,191,149); }

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