Html Css Color HEX #A9B692 Norway

📋 copy color: '#A9B692'

red 169 ◦ green 182 ◦ blue 146

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

Shades of Norway #A9B692

Tints of Norway #A9B692

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.62%

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 34%
G = 36.62%
B = 29.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#A9B692 (or 0xA9B692) is known color: Norway. HEX triplet: A9, B6 and 92. RGB value is (169,182,146). Sum of RGB (Red+Green+Blue) = 169+182+146=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B692 is #56496D. Grayscale: #AEAEAE. Windows color (decimal): -5654894 or 9615017. OLE color: 9615017.

HSL color Cylindrical-coordinate representation of color #A9B692: hue angle of 81.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9B692 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 169 182 146 -
CMYK 0.07 0 0.20 0.29
HSL 81.67º 0.2% 0.64% -
HSV(B) 81.67º 0.2% 0.71% -
XYZ 38.28 43.97 33.66 -
YUV 174.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 169 182 146 0.07 0 0.20 0.29 81.67 0.2 0.64
Hex A9 B6 92 7 0 14 1D 52 14 40
Octal 251 266 222 7 0 24 35 122 24 100
Binary 10101001 10110110 10010010 111 0 10100 11101 1010010 10100 1000000

Color Harmonies of #A9B692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B692

Black with #A9B692

Text Example


Text Example

White with #A9B692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B692; }

 p { color: rgb(169,182,146); }

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

background-color css

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

 a { background-color: rgb(169,182,146); }

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

border-color css

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

 span { border-color: rgb(169,182,146); }

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