Html Css Color HEX #A8BA97 Norway

📋 copy color: '#A8BA97'

red 168 ◦ green 186 ◦ blue 151

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

Shades of Norway #A8BA97

Tints of Norway #A8BA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.9%

R = 33.27%
G = 36.83%
B = 29.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#A8BA97 (or 0xA8BA97) is known color: Norway. HEX triplet: A8, BA and 97. RGB value is (168,186,151). Sum of RGB (Red+Green+Blue) = 168+186+151=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA97 is #574568. Grayscale: #B0B0B0. Windows color (decimal): -5719401 or 9943720. OLE color: 9943720.

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

Color convert

RGB 168 186 151 -
CMYK 0.10 0 0.19 0.27
HSL 90.86º 0.2% 0.66% -
HSV(B) 90.86º 0.19% 0.73% -
XYZ 39.29 45.68 36.02 -
YUV 176.63 113.54 121.85 -
System Red Green Blue C M Y K H S L
Decimal 168 186 151 0.10 0 0.19 0.27 90.86 0.2 0.66
Hex A8 BA 97 A 0 13 1B 5B 14 42
Octal 250 272 227 12 0 23 33 133 24 102
Binary 10101000 10111010 10010111 1010 0 10011 11011 1011011 10100 1000010

Color Harmonies of #A8BA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA97

Black with #A8BA97

Text Example


Text Example

White with #A8BA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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