Html Css Color HEX #A1B28F Norway

📋 copy color: '#A1B28F'

red 161 ◦ green 178 ◦ blue 143

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

Shades of Norway #A1B28F

Tints of Norway #A1B28F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

 BLUE value IS 143 (56.25% from 255) = 29.67%

R = 33.4%
G = 36.93%
B = 29.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#A1B28F (or 0xA1B28F) is known color: Norway. HEX triplet: A1, B2 and 8F. RGB value is (161,178,143). Sum of RGB (Red+Green+Blue) = 161+178+143=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B28F is #5E4D70. Grayscale: #A9A9A9. Windows color (decimal): -6180209 or 9417377. OLE color: 9417377.

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

Color convert

RGB 161 178 143 -
CMYK 0.10 0 0.20 0.30
HSL 89.14º 0.19% 0.63% -
HSV(B) 89.14º 0.2% 0.7% -
XYZ 35.58 41.4 32.1 -
YUV 168.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 161 178 143 0.10 0 0.20 0.30 89.14 0.19 0.63
Hex A1 B2 8F A 0 14 1E 59 13 3F
Octal 241 262 217 12 0 24 36 131 23 77
Binary 10100001 10110010 10001111 1010 0 10100 11110 1011001 10011 111111

Color Harmonies of #A1B28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B28F

Black with #A1B28F

Text Example


Text Example

White with #A1B28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B28F; }

 p { color: rgb(161,178,143); }

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

background-color css

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

 a { background-color: rgb(161,178,143); }

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

border-color css

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

 span { border-color: rgb(161,178,143); }

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