Html Css Color HEX #A0B191 Norway

📋 copy color: '#A0B191'

red 160 ◦ green 177 ◦ blue 145

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

Shades of Norway #A0B191

Tints of Norway #A0B191

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.72%

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

R = 33.2%
G = 36.72%
B = 30.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#A0B191 (or 0xA0B191) is known color: Norway. HEX triplet: A0, B1 and 91. RGB value is (160,177,145). Sum of RGB (Red+Green+Blue) = 160+177+145=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B191 is #5F4E6E. Grayscale: #A8A8A8. Windows color (decimal): -6245999 or 9548192. OLE color: 9548192.

HSL color Cylindrical-coordinate representation of color #A0B191: hue angle of 91.88º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0B191 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 177 145 -
CMYK 0.10 0 0.18 0.31
HSL 91.88º 0.17% 0.63% -
HSV(B) 91.88º 0.18% 0.69% -
XYZ 35.33 40.96 32.83 -
YUV 168.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 160 177 145 0.10 0 0.18 0.31 91.88 0.17 0.63
Hex A0 B1 91 A 0 12 1F 5C 11 3F
Octal 240 261 221 12 0 22 37 134 21 77
Binary 10100000 10110001 10010001 1010 0 10010 11111 1011100 10001 111111

Color Harmonies of #A0B191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B191

Black with #A0B191

Text Example


Text Example

White with #A0B191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B191; }

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

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

background-color css

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

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

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

border-color css

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

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

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