Html Css Color HEX #A4B489 Norway

📋 copy color: '#A4B489'

red 164 ◦ green 180 ◦ blue 137

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

Shades of Norway #A4B489

Tints of Norway #A4B489

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 34.1%
G = 37.42%
B = 28.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#A4B489 (or 0xA4B489) is known color: Norway. HEX triplet: A4, B4 and 89. RGB value is (164,180,137). Sum of RGB (Red+Green+Blue) = 164+180+137=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B489 is #5B4B76. Grayscale: #AAAAAA. Windows color (decimal): -5983095 or 9024676. OLE color: 9024676.

HSL color Cylindrical-coordinate representation of color #A4B489: hue angle of 82.33º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4B489 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 137 -
CMYK 0.09 0 0.24 0.29
HSL 82.33º 0.22% 0.62% -
HSV(B) 82.33º 0.24% 0.71% -
XYZ 36.15 42.34 29.93 -
YUV 170.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 164 180 137 0.09 0 0.24 0.29 82.33 0.22 0.62
Hex A4 B4 89 9 0 18 1D 52 16 3E
Octal 244 264 211 11 0 30 35 122 26 76
Binary 10100100 10110100 10001001 1001 0 11000 11101 1010010 10110 111110

Color Harmonies of #A4B489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B489

Black with #A4B489

Text Example


Text Example

White with #A4B489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B489; }

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

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

background-color css

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

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

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

border-color css

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

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

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