Html Css Color HEX #A8BA8E Norway

📋 copy color: '#A8BA8E'

red 168 ◦ green 186 ◦ blue 142

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

Shades of Norway #A8BA8E

Tints of Norway #A8BA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.5%

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

R = 33.87%
G = 37.5%
B = 28.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#A8BA8E (or 0xA8BA8E) is known color: Norway. HEX triplet: A8, BA and 8E. RGB value is (168,186,142). Sum of RGB (Red+Green+Blue) = 168+186+142=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA8E is #574571. Grayscale: #AFAFAF. Windows color (decimal): -5719410 or 9353896. OLE color: 9353896.

HSL color Cylindrical-coordinate representation of color #A8BA8E: hue angle of 84.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8BA8E is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 142 -
CMYK 0.10 0 0.24 0.27
HSL 84.55º 0.24% 0.64% -
HSV(B) 84.55º 0.24% 0.73% -
XYZ 38.59 45.4 32.32 -
YUV 175.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 168 186 142 0.10 0 0.24 0.27 84.55 0.24 0.64
Hex A8 BA 8E A 0 18 1B 55 18 40
Octal 250 272 216 12 0 30 33 125 30 100
Binary 10101000 10111010 10001110 1010 0 11000 11011 1010101 11000 1000000

Color Harmonies of #A8BA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA8E

Black with #A8BA8E

Text Example


Text Example

White with #A8BA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA8E; }

 p { color: rgb(168,186,142); }

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

background-color css

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

 a { background-color: rgb(168,186,142); }

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

border-color css

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

 span { border-color: rgb(168,186,142); }

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