Html Css Color HEX #A1B28D Norway

📋 copy color: '#A1B28D'

red 161 ◦ green 178 ◦ blue 141

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

Shades of Norway #A1B28D

Tints of Norway #A1B28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.38%

R = 33.54%
G = 37.08%
B = 29.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#A1B28D (or 0xA1B28D) is known color: Norway. HEX triplet: A1, B2 and 8D. RGB value is (161,178,141). Sum of RGB (Red+Green+Blue) = 161+178+141=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B28D is #5E4D72. Grayscale: #A8A8A8. Windows color (decimal): -6180211 or 9286305. OLE color: 9286305.

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

Color convert

RGB 161 178 141 -
CMYK 0.10 0 0.21 0.30
HSL 87.57º 0.19% 0.63% -
HSV(B) 87.57º 0.21% 0.7% -
XYZ 35.43 41.34 31.31 -
YUV 168.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 161 178 141 0.10 0 0.21 0.30 87.57 0.19 0.63
Hex A1 B2 8D A 0 15 1E 58 13 3F
Octal 241 262 215 12 0 25 36 130 23 77
Binary 10100001 10110010 10001101 1010 0 10101 11110 1011000 10011 111111

Color Harmonies of #A1B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B28D

Black with #A1B28D

Text Example


Text Example

White with #A1B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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