Html Css Color HEX #A1B291 Norway

📋 copy color: '#A1B291'

red 161 ◦ green 178 ◦ blue 145

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

Shades of Norway #A1B291

Tints of Norway #A1B291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 33.26%
G = 36.78%
B = 29.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#A1B291 (or 0xA1B291) is known color: Norway. HEX triplet: A1, B2 and 91. RGB value is (161,178,145). Sum of RGB (Red+Green+Blue) = 161+178+145=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B291 is #5E4D6E. Grayscale: #A9A9A9. Windows color (decimal): -6180207 or 9548449. OLE color: 9548449.

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

Color convert

RGB 161 178 145 -
CMYK 0.10 0 0.19 0.30
HSL 90.91º 0.18% 0.63% -
HSV(B) 90.91º 0.19% 0.7% -
XYZ 35.73 41.46 32.91 -
YUV 169.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 161 178 145 0.10 0 0.19 0.30 90.91 0.18 0.63
Hex A1 B2 91 A 0 13 1E 5B 12 3F
Octal 241 262 221 12 0 23 36 133 22 77
Binary 10100001 10110010 10010001 1010 0 10011 11110 1011011 10010 111111

Color Harmonies of #A1B291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B291

Black with #A1B291

Text Example


Text Example

White with #A1B291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B291; }

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

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

background-color css

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

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

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

border-color css

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

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

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