Html Css Color HEX #A7BD8E Norway

📋 copy color: '#A7BD8E'

red 167 ◦ green 189 ◦ blue 142

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

Shades of Norway #A7BD8E

Tints of Norway #A7BD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.51%

R = 33.53%
G = 37.95%
B = 28.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#A7BD8E (or 0xA7BD8E) is known color: Norway. HEX triplet: A7, BD and 8E. RGB value is (167,189,142). Sum of RGB (Red+Green+Blue) = 167+189+142=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BD8E is #584271. Grayscale: #B1B1B1. Windows color (decimal): -5784178 or 9354663. OLE color: 9354663.

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

Color convert

RGB 167 189 142 -
CMYK 0.12 0 0.25 0.26
HSL 88.09º 0.26% 0.65% -
HSV(B) 88.09º 0.25% 0.74% -
XYZ 39.02 46.56 32.52 -
YUV 177.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 167 189 142 0.12 0 0.25 0.26 88.09 0.26 0.65
Hex A7 BD 8E C 0 19 1A 58 1A 41
Octal 247 275 216 14 0 31 32 130 32 101
Binary 10100111 10111101 10001110 1100 0 11001 11010 1011000 11010 1000001

Color Harmonies of #A7BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD8E

Black with #A7BD8E

Text Example


Text Example

White with #A7BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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