#A8B592

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

Shades of Norway #A8B592

Tints of Norway #A8B592

Color information

#A8B592 (or 0xA8B592) is unknown color: approx Norway. HEX triplet: A8, B5 and 92. RGB value is (168,181,146). Sum of RGB (Red+Green+Blue) = 168+181+146=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B592 is #574A6D. Grayscale: #ADADAD. Windows color (decimal): -5720686 or 9614760. OLE color: 9614760.

HSL color Cylindrical-coordinate representation of color #A8B592: hue angle of 82.29º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8B592 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB168181146-
CMYK0.0700.190.29
HSL82.29º19.13%64.12%-
HSV(B)82.29º19.34%70.98%-
XYZ37.8643.4533.58-
YUV173.12112.69124.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=33.94%
G=36.57%
B=29.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811460.0700.190.2982.2919.1364.12
HexA8B59270131D521340
Octal25026522270233512223100
Binary101010001011010110010010111010011111011010010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B592; }

 p { color: rgb(168,181,146); }

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

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

 a { background-color: rgb(168,181,146); }

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

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

 span { border-color: rgb(168,181,146); }

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