Html Css Color HEX #A7BF8D Norway

📋 copy color: '#A7BF8D'

red 167 ◦ green 191 ◦ blue 141

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

Shades of Norway #A7BF8D

Tints of Norway #A7BF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 38.28%

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 33.47%
G = 38.28%
B = 28.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#A7BF8D (or 0xA7BF8D) is known color: Norway. HEX triplet: A7, BF and 8D. RGB value is (167,191,141). Sum of RGB (Red+Green+Blue) = 167+191+141=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF8D is #584072. Grayscale: #B2B2B2. Windows color (decimal): -5783667 or 9289639. OLE color: 9289639.

HSL color Cylindrical-coordinate representation of color #A7BF8D: hue angle of 88.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7BF8D is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 191 141 -
CMYK 0.13 0 0.26 0.25
HSL 88.8º 0.28% 0.65% -
HSV(B) 88.8º 0.26% 0.75% -
XYZ 39.37 47.4 32.27 -
YUV 178.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 167 191 141 0.13 0 0.26 0.25 88.8 0.28 0.65
Hex A7 BF 8D D 0 1A 19 59 1C 41
Octal 247 277 215 15 0 32 31 131 34 101
Binary 10100111 10111111 10001101 1101 0 11010 11001 1011001 11100 1000001

Color Harmonies of #A7BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BF8D

Black with #A7BF8D

Text Example


Text Example

White with #A7BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BF8D; }

 p { color: rgb(167,191,141); }

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

background-color css

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

 a { background-color: rgb(167,191,141); }

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

border-color css

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

 span { border-color: rgb(167,191,141); }

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