Html Css Color HEX #A1B58E Norway

📋 copy color: '#A1B58E'

red 161 ◦ green 181 ◦ blue 142

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

Shades of Norway #A1B58E

Tints of Norway #A1B58E

RGB

 RED value IS 161 (63.28% from 255) = 33.26%

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

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

R = 33.26%
G = 37.4%
B = 29.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#A1B58E (or 0xA1B58E) is known color: Norway. HEX triplet: A1, B5 and 8E. RGB value is (161,181,142). Sum of RGB (Red+Green+Blue) = 161+181+142=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B58E is #5E4A71. Grayscale: #AAAAAA. Windows color (decimal): -6179442 or 9352609. OLE color: 9352609.

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

Color convert

RGB 161 181 142 -
CMYK 0.11 0 0.22 0.29
HSL 90.77º 0.21% 0.63% -
HSV(B) 90.77º 0.22% 0.71% -
XYZ 36.1 42.58 31.91 -
YUV 170.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 161 181 142 0.11 0 0.22 0.29 90.77 0.21 0.63
Hex A1 B5 8E B 0 16 1D 5B 15 3F
Octal 241 265 216 13 0 26 35 133 25 77
Binary 10100001 10110101 10001110 1011 0 10110 11101 1011011 10101 111111

Color Harmonies of #A1B58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B58E

Black with #A1B58E

Text Example


Text Example

White with #A1B58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B58E; }

 p { color: rgb(161,181,142); }

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

background-color css

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

 a { background-color: rgb(161,181,142); }

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

border-color css

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

 span { border-color: rgb(161,181,142); }

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