Html Css Color HEX #A0B18E Norway

📋 copy color: '#A0B18E'

red 160 ◦ green 177 ◦ blue 142

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

Shades of Norway #A0B18E

Tints of Norway #A0B18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 33.4%
G = 36.95%
B = 29.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#A0B18E (or 0xA0B18E) is known color: Norway. HEX triplet: A0, B1 and 8E. RGB value is (160,177,142). Sum of RGB (Red+Green+Blue) = 160+177+142=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B18E is #5F4E71. Grayscale: #A8A8A8. Windows color (decimal): -6246002 or 9351584. OLE color: 9351584.

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

Color convert

RGB 160 177 142 -
CMYK 0.10 0 0.20 0.31
HSL 89.14º 0.18% 0.63% -
HSV(B) 89.14º 0.2% 0.69% -
XYZ 35.1 40.87 31.63 -
YUV 167.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 160 177 142 0.10 0 0.20 0.31 89.14 0.18 0.63
Hex A0 B1 8E A 0 14 1F 59 12 3F
Octal 240 261 216 12 0 24 37 131 22 77
Binary 10100000 10110001 10001110 1010 0 10100 11111 1011001 10010 111111

Color Harmonies of #A0B18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B18E

Black with #A0B18E

Text Example


Text Example

White with #A0B18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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