Html Css Color HEX #A7BC87 Norway

📋 copy color: '#A7BC87'

red 167 ◦ green 188 ◦ blue 135

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

Shades of Norway #A7BC87

Tints of Norway #A7BC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 34.08%
G = 38.37%
B = 27.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#A7BC87 (or 0xA7BC87) is known color: Norway. HEX triplet: A7, BC and 87. RGB value is (167,188,135). Sum of RGB (Red+Green+Blue) = 167+188+135=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC87 is #584378. Grayscale: #AFAFAF. Windows color (decimal): -5784441 or 8895655. OLE color: 8895655.

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

Color convert

RGB 167 188 135 -
CMYK 0.11 0 0.28 0.26
HSL 83.77º 0.28% 0.63% -
HSV(B) 83.77º 0.28% 0.74% -
XYZ 38.29 45.93 29.77 -
YUV 175.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 167 188 135 0.11 0 0.28 0.26 83.77 0.28 0.63
Hex A7 BC 87 B 0 1C 1A 54 1C 3F
Octal 247 274 207 13 0 34 32 124 34 77
Binary 10100111 10111100 10000111 1011 0 11100 11010 1010100 11100 111111

Color Harmonies of #A7BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC87

Black with #A7BC87

Text Example


Text Example

White with #A7BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC87; }

 p { color: rgb(167,188,135); }

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

background-color css

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

 a { background-color: rgb(167,188,135); }

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

border-color css

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

 span { border-color: rgb(167,188,135); }

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