#A4BD83

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

Shades of Norway #A4BD83

Tints of Norway #A4BD83

Color information

#A4BD83 (or 0xA4BD83) is unknown color: approx Norway. HEX triplet: A4, BD and 83. RGB value is (164,189,131). Sum of RGB (Red+Green+Blue) = 164+189+131=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BD83 is #5B427C. Grayscale: #AFAFAF. Windows color (decimal): -5980797 or 8633764. OLE color: 8633764.

HSL color Cylindrical-coordinate representation of color #A4BD83: hue angle of 85.86º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4BD83 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB164189131-
CMYK0.1300.310.26
HSL85.86º30.53%62.75%-
HSV(B)85.86º30.69%74.12%-
XYZ37.645.9328.36-
YUV174.91103.22120.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.88%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 131 (51.56% from 255) = 27.07%
R=33.88%
G=39.05%
B=27.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641891310.1300.310.2685.8630.5362.75
HexA4BD83D01F1A561f3f
Octal24427520315037321263777
Binary101001001011110110000011110101111111010101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BD83; }

 p { color: rgb(164,189,131); }

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

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

 a { background-color: rgb(164,189,131); }

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

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

 span { border-color: rgb(164,189,131); }

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