Html Css Color HEX #A7B490 Norway

📋 copy color: '#A7B490'

red 167 ◦ green 180 ◦ blue 144

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

Shades of Norway #A7B490

Tints of Norway #A7B490

RGB

 RED value IS 167 (65.63% from 255) = 34.01%

 GREEN value IS 180 (70.7% from 255) = 36.66%

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

R = 34.01%
G = 36.66%
B = 29.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#A7B490 (or 0xA7B490) is known color: Norway. HEX triplet: A7, B4 and 90. RGB value is (167,180,144). Sum of RGB (Red+Green+Blue) = 167+180+144=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B490 is #584B6F. Grayscale: #ACACAC. Windows color (decimal): -5786480 or 9483431. OLE color: 9483431.

HSL color Cylindrical-coordinate representation of color #A7B490: hue angle of 81.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7B490 is Cyan = 0.07, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 180 144 -
CMYK 0.07 0 0.2 0.29
HSL 81.67º 0.19% 0.64% -
HSV(B) 81.67º 0.2% 0.71% -
XYZ 37.29 42.87 32.7 -
YUV 172.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 167 180 144 0.07 0 0.2 0.29 81.67 0.19 0.64
Hex A7 B4 90 7 0 14 1D 52 13 40
Octal 247 264 220 7 0 24 35 122 23 100
Binary 10100111 10110100 10010000 111 0 10100 11101 1010010 10011 1000000

Color Harmonies of #A7B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B490

Black with #A7B490

Text Example


Text Example

White with #A7B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B490; }

 p { color: rgb(167,180,144); }

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

background-color css

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

 a { background-color: rgb(167,180,144); }

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

border-color css

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

 span { border-color: rgb(167,180,144); }

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