Html Css Color HEX #A8B990 Norway

📋 copy color: '#A8B990'

red 168 ◦ green 185 ◦ blue 144

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

Shades of Norway #A8B990

Tints of Norway #A8B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.22%

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 33.8%
G = 37.22%
B = 28.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#A8B990 (or 0xA8B990) is known color: Norway. HEX triplet: A8, B9 and 90. RGB value is (168,185,144). Sum of RGB (Red+Green+Blue) = 168+185+144=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B990 is #57466F. Grayscale: #AFAFAF. Windows color (decimal): -5719664 or 9484712. OLE color: 9484712.

HSL color Cylindrical-coordinate representation of color #A8B990: hue angle of 84.88º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8B990 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 144 -
CMYK 0.09 0 0.22 0.27
HSL 84.88º 0.23% 0.65% -
HSV(B) 84.88º 0.22% 0.73% -
XYZ 38.53 45.04 33.05 -
YUV 175.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 168 185 144 0.09 0 0.22 0.27 84.88 0.23 0.65
Hex A8 B9 90 9 0 16 1B 55 17 41
Octal 250 271 220 11 0 26 33 125 27 101
Binary 10101000 10111001 10010000 1001 0 10110 11011 1010101 10111 1000001

Color Harmonies of #A8B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B990

Black with #A8B990

Text Example


Text Example

White with #A8B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B990; }

 p { color: rgb(168,185,144); }

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

background-color css

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

 a { background-color: rgb(168,185,144); }

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

border-color css

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

 span { border-color: rgb(168,185,144); }

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