Html Css Color HEX #A9C191 Norway

📋 copy color: '#A9C191'

red 169 ◦ green 193 ◦ blue 145

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

Shades of Norway #A9C191

Tints of Norway #A9C191

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.07%

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

R = 33.33%
G = 38.07%
B = 28.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#A9C191 (or 0xA9C191) is known color: Norway. HEX triplet: A9, C1 and 91. RGB value is (169,193,145). Sum of RGB (Red+Green+Blue) = 169+193+145=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C191 is #563E6E. Grayscale: #B4B4B4. Windows color (decimal): -5652079 or 9552297. OLE color: 9552297.

HSL color Cylindrical-coordinate representation of color #A9C191: hue angle of 90º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9C191 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 193 145 -
CMYK 0.12 0 0.25 0.24
HSL 90º 0.28% 0.66% -
HSV(B) 90º 0.25% 0.76% -
XYZ 40.54 48.62 34.04 -
YUV 180.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 169 193 145 0.12 0 0.25 0.24 90 0.28 0.66
Hex A9 C1 91 C 0 19 18 5A 1C 42
Octal 251 301 221 14 0 31 30 132 34 102
Binary 10101001 11000001 10010001 1100 0 11001 11000 1011010 11100 1000010

Color Harmonies of #A9C191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C191

Black with #A9C191

Text Example


Text Example

White with #A9C191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C191; }

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

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

background-color css

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

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

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

border-color css

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

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

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