Html Css Color HEX #A4B984 Norway

📋 copy color: '#A4B984'

red 164 ◦ green 185 ◦ blue 132

#A4B984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #A4B984

Tints of Norway #A4B984

RGB

 RED value IS 164 (64.45% from 255) = 34.1%

 GREEN value IS 185 (72.66% from 255) = 38.46%

 BLUE value IS 132 (51.95% from 255) = 27.44%

R = 34.1%
G = 38.46%
B = 27.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#A4B984 (or 0xA4B984) is known color: Norway. HEX triplet: A4, B9 and 84. RGB value is (164,185,132). Sum of RGB (Red+Green+Blue) = 164+185+132=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B984 is #5B467B. Grayscale: #ACACAC. Windows color (decimal): -5981820 or 8698276. OLE color: 8698276.

HSL color Cylindrical-coordinate representation of color #A4B984: hue angle of 83.77º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4B984 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 185 132 -
CMYK 0.11 0 0.29 0.27
HSL 83.77º 0.27% 0.62% -
HSV(B) 83.77º 0.29% 0.73% -
XYZ 36.82 44.26 28.43 -
YUV 172.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 164 185 132 0.11 0 0.29 0.27 83.77 0.27 0.62
Hex A4 B9 84 B 0 1D 1B 54 1B 3E
Octal 244 271 204 13 0 35 33 124 33 76
Binary 10100100 10111001 10000100 1011 0 11101 11011 1010100 11011 111110

Color Harmonies of #A4B984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B984

Black with #A4B984

Text Example


Text Example

White with #A4B984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B984; }

 p { color: rgb(164,185,132); }

 H1.HeaderClassName
 {
   color: #A4B984;
 }
 .AnyTagClassName
 {
   color: #A4B984;
 }
</style>

background-color css

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

 a { background-color: rgb(164,185,132); }

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

border-color css

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

 span { border-color: rgb(164,185,132); }

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