Html Css Color HEX #A7BC99 Norway

📋 copy color: '#A7BC99'

red 167 ◦ green 188 ◦ blue 153

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

Shades of Norway #A7BC99

Tints of Norway #A7BC99

RGB

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

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

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

R = 32.87%
G = 37.01%
B = 30.12%

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

#A7BC99 (or 0xA7BC99) is known color: Norway. HEX triplet: A7, BC and 99. RGB value is (167,188,153). Sum of RGB (Red+Green+Blue) = 167+188+153=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC99 is #584366. Grayscale: #B1B1B1. Windows color (decimal): -5784423 or 10075303. OLE color: 10075303.

HSL color Cylindrical-coordinate representation of color #A7BC99: hue angle of 96º 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 #A7BC99 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 188 153 -
CMYK 0.11 0 0.19 0.26
HSL 96º 0.21% 0.67% -
HSV(B) 96º 0.19% 0.74% -
XYZ 39.67 46.48 37.02 -
YUV 177.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 167 188 153 0.11 0 0.19 0.26 96 0.21 0.67
Hex A7 BC 99 B 0 13 1A 60 15 43
Octal 247 274 231 13 0 23 32 140 25 103
Binary 10100111 10111100 10011001 1011 0 10011 11010 1100000 10101 1000011

Color Harmonies of #A7BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BC99

Black with #A7BC99

Text Example


Text Example

White with #A7BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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