Html Css Color HEX #A8B79B Norway

📋 copy color: '#A8B79B'

red 168 ◦ green 183 ◦ blue 155

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

Shades of Norway #A8B79B

Tints of Norway #A8B79B

RGB

 RED value IS 168 (66.02% from 255) = 33.2%

 GREEN value IS 183 (71.88% from 255) = 36.17%

 BLUE value IS 155 (60.94% from 255) = 30.63%

R = 33.2%
G = 36.17%
B = 30.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#A8B79B (or 0xA8B79B) is known color: Norway. HEX triplet: A8, B7 and 9B. RGB value is (168,183,155). Sum of RGB (Red+Green+Blue) = 168+183+155=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B79B is #574864. Grayscale: #AFAFAF. Windows color (decimal): -5720165 or 10205096. OLE color: 10205096.

HSL color Cylindrical-coordinate representation of color #A8B79B: hue angle of 92.14º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8B79B is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 155 -
CMYK 0.08 0 0.15 0.28
HSL 92.14º 0.16% 0.66% -
HSV(B) 92.14º 0.15% 0.72% -
XYZ 39 44.56 37.56 -
YUV 175.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 168 183 155 0.08 0 0.15 0.28 92.14 0.16 0.66
Hex A8 B7 9B 8 0 F 1C 5C 10 42
Octal 250 267 233 10 0 17 34 134 20 102
Binary 10101000 10110111 10011011 1000 0 1111 11100 1011100 10000 1000010

Color Harmonies of #A8B79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B79B

Black with #A8B79B

Text Example


Text Example

White with #A8B79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B79B; }

 p { color: rgb(168,183,155); }

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

background-color css

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

 a { background-color: rgb(168,183,155); }

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

border-color css

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

 span { border-color: rgb(168,183,155); }

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