Html Css Color HEX #A7B999 Norway

📋 copy color: '#A7B999'

red 167 ◦ green 185 ◦ blue 153

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

Shades of Norway #A7B999

Tints of Norway #A7B999

RGB

 RED value IS 167 (65.63% from 255) = 33.07%

 GREEN value IS 185 (72.66% from 255) = 36.63%

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

R = 33.07%
G = 36.63%
B = 30.3%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#A7B999 (or 0xA7B999) is known color: Norway. HEX triplet: A7, B9 and 99. RGB value is (167,185,153). Sum of RGB (Red+Green+Blue) = 167+185+153=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B999 is #584666. Grayscale: #B0B0B0. Windows color (decimal): -5785191 or 10074535. OLE color: 10074535.

HSL color Cylindrical-coordinate representation of color #A7B999: hue angle of 93.75º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7B999 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 185 153 -
CMYK 0.10 0 0.17 0.27
HSL 93.75º 0.19% 0.66% -
HSV(B) 93.75º 0.17% 0.73% -
XYZ 39.04 45.21 36.81 -
YUV 175.97 115.04 121.6 -
System Red Green Blue C M Y K H S L
Decimal 167 185 153 0.10 0 0.17 0.27 93.75 0.19 0.66
Hex A7 B9 99 A 0 11 1B 5E 13 42
Octal 247 271 231 12 0 21 33 136 23 102
Binary 10100111 10111001 10011001 1010 0 10001 11011 1011110 10011 1000010

Color Harmonies of #A7B999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B999

Black with #A7B999

Text Example


Text Example

White with #A7B999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B999; }

 p { color: rgb(167,185,153); }

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

background-color css

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

 a { background-color: rgb(167,185,153); }

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

border-color css

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

 span { border-color: rgb(167,185,153); }

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