Html Css Color HEX #A0B58C Norway

📋 copy color: '#A0B58C'

red 160 ◦ green 181 ◦ blue 140

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

Shades of Norway #A0B58C

Tints of Norway #A0B58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 33.26%
G = 37.63%
B = 29.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#A0B58C (or 0xA0B58C) is known color: Norway. HEX triplet: A0, B5 and 8C. RGB value is (160,181,140). Sum of RGB (Red+Green+Blue) = 160+181+140=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B58C is #5F4A73. Grayscale: #AAAAAA. Windows color (decimal): -6244980 or 9221536. OLE color: 9221536.

HSL color Cylindrical-coordinate representation of color #A0B58C: hue angle of 90.73º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0B58C is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 181 140 -
CMYK 0.12 0 0.23 0.29
HSL 90.73º 0.22% 0.63% -
HSV(B) 90.73º 0.23% 0.71% -
XYZ 35.75 42.41 31.11 -
YUV 170.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 160 181 140 0.12 0 0.23 0.29 90.73 0.22 0.63
Hex A0 B5 8C C 0 17 1D 5B 16 3F
Octal 240 265 214 14 0 27 35 133 26 77
Binary 10100000 10110101 10001100 1100 0 10111 11101 1011011 10110 111111

Color Harmonies of #A0B58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B58C

Black with #A0B58C

Text Example


Text Example

White with #A0B58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B58C; }

 p { color: rgb(160,181,140); }

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

background-color css

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

 a { background-color: rgb(160,181,140); }

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

border-color css

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

 span { border-color: rgb(160,181,140); }

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