Html Css Color HEX #A7BD86 Norway

📋 copy color: '#A7BD86'

red 167 ◦ green 189 ◦ blue 134

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

Shades of Norway #A7BD86

Tints of Norway #A7BD86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 34.08%
G = 38.57%
B = 27.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#A7BD86 (or 0xA7BD86) is known color: Norway. HEX triplet: A7, BD and 86. RGB value is (167,189,134). Sum of RGB (Red+Green+Blue) = 167+189+134=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BD86 is #584279. Grayscale: #B0B0B0. Windows color (decimal): -5784186 or 8830375. OLE color: 8830375.

HSL color Cylindrical-coordinate representation of color #A7BD86: hue angle of 84º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7BD86 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 189 134 -
CMYK 0.12 0 0.29 0.26
HSL 84º 0.29% 0.63% -
HSV(B) 84º 0.29% 0.74% -
XYZ 38.44 46.33 29.47 -
YUV 176.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 167 189 134 0.12 0 0.29 0.26 84 0.29 0.63
Hex A7 BD 86 C 0 1D 1A 54 1D 3F
Octal 247 275 206 14 0 35 32 124 35 77
Binary 10100111 10111101 10000110 1100 0 11101 11010 1010100 11101 111111

Color Harmonies of #A7BD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD86

Black with #A7BD86

Text Example


Text Example

White with #A7BD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD86; }

 p { color: rgb(167,189,134); }

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

background-color css

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

 a { background-color: rgb(167,189,134); }

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

border-color css

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

 span { border-color: rgb(167,189,134); }

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