Html Css Color HEX #A4B791 Norway

📋 copy color: '#A4B791'

red 164 ◦ green 183 ◦ blue 145

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

Shades of Norway #A4B791

Tints of Norway #A4B791

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.2%

 BLUE value IS 145 (57.03% from 255) = 29.47%

R = 33.33%
G = 37.2%
B = 29.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#A4B791 (or 0xA4B791) is known color: Norway. HEX triplet: A4, B7 and 91. RGB value is (164,183,145). Sum of RGB (Red+Green+Blue) = 164+183+145=492 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.33% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 145 (57.03% from 255 or 29.47% from 492); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B791 is #5B486E. Grayscale: #ADADAD. Windows color (decimal): -5982319 or 9549732. OLE color: 9549732.

HSL color Cylindrical-coordinate representation of color #A4B791: hue angle of 90º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4B791 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 183 145 -
CMYK 0.10 0 0.21 0.28
HSL 90º 0.21% 0.64% -
HSV(B) 90º 0.21% 0.72% -
XYZ 37.35 43.8 33.27 -
YUV 172.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 164 183 145 0.10 0 0.21 0.28 90 0.21 0.64
Hex A4 B7 91 A 0 15 1C 5A 15 40
Octal 244 267 221 12 0 25 34 132 25 100
Binary 10100100 10110111 10010001 1010 0 10101 11100 1011010 10101 1000000

Color Harmonies of #A4B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B791

Black with #A4B791

Text Example


Text Example

White with #A4B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B791; }

 p { color: rgb(164,183,145); }

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

background-color css

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

 a { background-color: rgb(164,183,145); }

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

border-color css

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

 span { border-color: rgb(164,183,145); }

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