Html Css Color HEX #A0B790 Norway

📋 copy color: '#A0B790'

red 160 ◦ green 183 ◦ blue 144

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

Shades of Norway #A0B790

Tints of Norway #A0B790

RGB

 RED value IS 160 (62.89% from 255) = 32.85%

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 32.85%
G = 37.58%
B = 29.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#A0B790 (or 0xA0B790) is known color: Norway. HEX triplet: A0, B7 and 90. RGB value is (160,183,144). Sum of RGB (Red+Green+Blue) = 160+183+144=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B790 is #5F486F. Grayscale: #ABABAB. Windows color (decimal): -6244464 or 9484192. OLE color: 9484192.

HSL color Cylindrical-coordinate representation of color #A0B790: hue angle of 95.38º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B790 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 144 -
CMYK 0.13 0 0.21 0.28
HSL 95.38º 0.21% 0.64% -
HSV(B) 95.38º 0.21% 0.72% -
XYZ 36.46 43.35 32.83 -
YUV 171.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 160 183 144 0.13 0 0.21 0.28 95.38 0.21 0.64
Hex A0 B7 90 D 0 15 1C 5F 15 40
Octal 240 267 220 15 0 25 34 137 25 100
Binary 10100000 10110111 10010000 1101 0 10101 11100 1011111 10101 1000000

Color Harmonies of #A0B790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B790

Black with #A0B790

Text Example


Text Example

White with #A0B790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B790; }

 p { color: rgb(160,183,144); }

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

background-color css

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

 a { background-color: rgb(160,183,144); }

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

border-color css

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

 span { border-color: rgb(160,183,144); }

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