Html Css Color HEX #A9BD99 Norway

📋 copy color: '#A9BD99'

red 169 ◦ green 189 ◦ blue 153

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

Shades of Norway #A9BD99

Tints of Norway #A9BD99

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.99%

 BLUE value IS 153 (60.16% from 255) = 29.94%

R = 33.07%
G = 36.99%
B = 29.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#A9BD99 (or 0xA9BD99) is known color: Norway. HEX triplet: A9, BD and 99. RGB value is (169,189,153). Sum of RGB (Red+Green+Blue) = 169+189+153=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD99 is #564266. Grayscale: #B3B3B3. Windows color (decimal): -5653095 or 10075561. OLE color: 10075561.

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

Color convert

RGB 169 189 153 -
CMYK 0.11 0 0.19 0.26
HSL 93.33º 0.21% 0.67% -
HSV(B) 93.33º 0.19% 0.74% -
XYZ 40.31 47.13 37.11 -
YUV 178.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 169 189 153 0.11 0 0.19 0.26 93.33 0.21 0.67
Hex A9 BD 99 B 0 13 1A 5D 15 43
Octal 251 275 231 13 0 23 32 135 25 103
Binary 10101001 10111101 10011001 1011 0 10011 11010 1011101 10101 1000011

Color Harmonies of #A9BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BD99

Black with #A9BD99

Text Example


Text Example

White with #A9BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BD99; }

 p { color: rgb(169,189,153); }

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

background-color css

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

 a { background-color: rgb(169,189,153); }

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

border-color css

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

 span { border-color: rgb(169,189,153); }

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