Html Css Color HEX #A0B791 Norway

📋 copy color: '#A0B791'

red 160 ◦ green 183 ◦ blue 145

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

Shades of Norway #A0B791

Tints of Norway #A0B791

RGB

 RED value IS 160 (62.89% from 255) = 32.79%

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

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

R = 32.79%
G = 37.5%
B = 29.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#A0B791 (or 0xA0B791) is known color: Norway. HEX triplet: A0, B7 and 91. RGB value is (160,183,145). Sum of RGB (Red+Green+Blue) = 160+183+145=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B791 is #5F486E. Grayscale: #ABABAB. Windows color (decimal): -6244463 or 9549728. OLE color: 9549728.

HSL color Cylindrical-coordinate representation of color #A0B791: hue angle of 96.32º 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 #A0B791 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 145 -
CMYK 0.13 0 0.21 0.28
HSL 96.32º 0.21% 0.64% -
HSV(B) 96.32º 0.21% 0.72% -
XYZ 36.54 43.38 33.24 -
YUV 171.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 160 183 145 0.13 0 0.21 0.28 96.32 0.21 0.64
Hex A0 B7 91 D 0 15 1C 60 15 40
Octal 240 267 221 15 0 25 34 140 25 100
Binary 10100000 10110111 10010001 1101 0 10101 11100 1100000 10101 1000000

Color Harmonies of #A0B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B791

Black with #A0B791

Text Example


Text Example

White with #A0B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B791; }

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

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

background-color css

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

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

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

border-color css

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

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

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