Html Css Color HEX #A1BC91 Norway

📋 copy color: '#A1BC91'

red 161 ◦ green 188 ◦ blue 145

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

Shades of Norway #A1BC91

Tints of Norway #A1BC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

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

R = 32.59%
G = 38.06%
B = 29.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A1BC91 (or 0xA1BC91) is known color: Norway. HEX triplet: A1, BC and 91. RGB value is (161,188,145). Sum of RGB (Red+Green+Blue) = 161+188+145=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC91 is #5E436E. Grayscale: #AFAFAF. Windows color (decimal): -6177647 or 9551009. OLE color: 9551009.

HSL color Cylindrical-coordinate representation of color #A1BC91: hue angle of 97.67º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1BC91 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 145 -
CMYK 0.14 0 0.23 0.26
HSL 97.67º 0.24% 0.65% -
HSV(B) 97.67º 0.23% 0.74% -
XYZ 37.79 45.59 33.6 -
YUV 175.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 161 188 145 0.14 0 0.23 0.26 97.67 0.24 0.65
Hex A1 BC 91 E 0 17 1A 62 18 41
Octal 241 274 221 16 0 27 32 142 30 101
Binary 10100001 10111100 10010001 1110 0 10111 11010 1100010 11000 1000001

Color Harmonies of #A1BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC91

Black with #A1BC91

Text Example


Text Example

White with #A1BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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