Html Css Color HEX #A4B889 Norway

📋 copy color: '#A4B889'

red 164 ◦ green 184 ◦ blue 137

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

Shades of Norway #A4B889

Tints of Norway #A4B889

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.94%

 BLUE value IS 137 (53.91% from 255) = 28.25%

R = 33.81%
G = 37.94%
B = 28.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#A4B889 (or 0xA4B889) is known color: Norway. HEX triplet: A4, B8 and 89. RGB value is (164,184,137). Sum of RGB (Red+Green+Blue) = 164+184+137=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B889 is #5B4776. Grayscale: #ACACAC. Windows color (decimal): -5982071 or 9025700. OLE color: 9025700.

HSL color Cylindrical-coordinate representation of color #A4B889: hue angle of 85.53º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4B889 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 184 137 -
CMYK 0.11 0 0.26 0.28
HSL 85.53º 0.25% 0.63% -
HSV(B) 85.53º 0.26% 0.72% -
XYZ 36.97 43.98 30.21 -
YUV 172.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 164 184 137 0.11 0 0.26 0.28 85.53 0.25 0.63
Hex A4 B8 89 B 0 1A 1C 56 19 3F
Octal 244 270 211 13 0 32 34 126 31 77
Binary 10100100 10111000 10001001 1011 0 11010 11100 1010110 11001 111111

Color Harmonies of #A4B889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B889

Black with #A4B889

Text Example


Text Example

White with #A4B889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B889; }

 p { color: rgb(164,184,137); }

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

background-color css

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

 a { background-color: rgb(164,184,137); }

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

border-color css

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

 span { border-color: rgb(164,184,137); }

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