Html Css Color HEX #A9BC9A Norway

📋 copy color: '#A9BC9A'

red 169 ◦ green 188 ◦ blue 154

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

Shades of Norway #A9BC9A

Tints of Norway #A9BC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.14%

R = 33.07%
G = 36.79%
B = 30.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#A9BC9A (or 0xA9BC9A) is known color: Norway. HEX triplet: A9, BC and 9A. RGB value is (169,188,154). Sum of RGB (Red+Green+Blue) = 169+188+154=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC9A is #564365. Grayscale: #B2B2B2. Windows color (decimal): -5653350 or 10140841. OLE color: 10140841.

HSL color Cylindrical-coordinate representation of color #A9BC9A: hue angle of 93.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9BC9A is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 154 -
CMYK 0.10 0 0.18 0.26
HSL 93.53º 0.2% 0.67% -
HSV(B) 93.53º 0.18% 0.74% -
XYZ 40.18 46.73 37.47 -
YUV 178.44 114.21 121.26 -
System Red Green Blue C M Y K H S L
Decimal 169 188 154 0.10 0 0.18 0.26 93.53 0.2 0.67
Hex A9 BC 9A A 0 12 1A 5E 14 43
Octal 251 274 232 12 0 22 32 136 24 103
Binary 10101001 10111100 10011010 1010 0 10010 11010 1011110 10100 1000011

Color Harmonies of #A9BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC9A

Black with #A9BC9A

Text Example


Text Example

White with #A9BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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