Html Css Color HEX #A9BC91 Norway

📋 copy color: '#A9BC91'

red 169 ◦ green 188 ◦ blue 145

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

Shades of Norway #A9BC91

Tints of Norway #A9BC91

RGB

 RED value IS 169 (66.41% from 255) = 33.67%

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

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

R = 33.67%
G = 37.45%
B = 28.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A9BC91 (or 0xA9BC91) is known color: Norway. HEX triplet: A9, BC and 91. RGB value is (169,188,145). Sum of RGB (Red+Green+Blue) = 169+188+145=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC91 is #56436E. Grayscale: #B1B1B1. Windows color (decimal): -5653359 or 9551017. OLE color: 9551017.

HSL color Cylindrical-coordinate representation of color #A9BC91: hue angle of 86.51º 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 #A9BC91 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 145 -
CMYK 0.10 0 0.23 0.26
HSL 86.51º 0.24% 0.65% -
HSV(B) 86.51º 0.23% 0.74% -
XYZ 39.46 46.45 33.67 -
YUV 177.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 169 188 145 0.10 0 0.23 0.26 86.51 0.24 0.65
Hex A9 BC 91 A 0 17 1A 57 18 41
Octal 251 274 221 12 0 27 32 127 30 101
Binary 10101001 10111100 10010001 1010 0 10111 11010 1010111 11000 1000001

Color Harmonies of #A9BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC91

Black with #A9BC91

Text Example


Text Example

White with #A9BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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