Html Css Color HEX #A8BA95 Norway

📋 copy color: '#A8BA95'

red 168 ◦ green 186 ◦ blue 149

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

Shades of Norway #A8BA95

Tints of Norway #A8BA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 33.4%
G = 36.98%
B = 29.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#A8BA95 (or 0xA8BA95) is known color: Norway. HEX triplet: A8, BA and 95. RGB value is (168,186,149). Sum of RGB (Red+Green+Blue) = 168+186+149=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA95 is #57456A. Grayscale: #B0B0B0. Windows color (decimal): -5719403 or 9812648. OLE color: 9812648.

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

Color convert

RGB 168 186 149 -
CMYK 0.10 0 0.20 0.27
HSL 89.19º 0.21% 0.66% -
HSV(B) 89.19º 0.2% 0.73% -
XYZ 39.13 45.61 35.18 -
YUV 176.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 168 186 149 0.10 0 0.20 0.27 89.19 0.21 0.66
Hex A8 BA 95 A 0 14 1B 59 15 42
Octal 250 272 225 12 0 24 33 131 25 102
Binary 10101000 10111010 10010101 1010 0 10100 11011 1011001 10101 1000010

Color Harmonies of #A8BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA95

Black with #A8BA95

Text Example


Text Example

White with #A8BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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