Html Css Color HEX #A4B591 Norway

📋 copy color: '#A4B591'

red 164 ◦ green 181 ◦ blue 145

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

Shades of Norway #A4B591

Tints of Norway #A4B591

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.94%

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

R = 33.47%
G = 36.94%
B = 29.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#A4B591 (or 0xA4B591) is known color: Norway. HEX triplet: A4, B5 and 91. RGB value is (164,181,145). Sum of RGB (Red+Green+Blue) = 164+181+145=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B591 is #5B4A6E. Grayscale: #ABABAB. Windows color (decimal): -5982831 or 9549220. OLE color: 9549220.

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

Color convert

RGB 164 181 145 -
CMYK 0.09 0 0.20 0.29
HSL 88.33º 0.2% 0.64% -
HSV(B) 88.33º 0.2% 0.71% -
XYZ 36.94 42.98 33.14 -
YUV 171.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 164 181 145 0.09 0 0.20 0.29 88.33 0.2 0.64
Hex A4 B5 91 9 0 14 1D 58 14 40
Octal 244 265 221 11 0 24 35 130 24 100
Binary 10100100 10110101 10010001 1001 0 10100 11101 1011000 10100 1000000

Color Harmonies of #A4B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B591

Black with #A4B591

Text Example


Text Example

White with #A4B591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B591; }

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

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

background-color css

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

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

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

border-color css

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

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

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