Html Css Color HEX #A0B290 Norway

📋 copy color: '#A0B290'

red 160 ◦ green 178 ◦ blue 144

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

Shades of Norway #A0B290

Tints of Norway #A0B290

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

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

R = 33.2%
G = 36.93%
B = 29.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#A0B290 (or 0xA0B290) is known color: Norway. HEX triplet: A0, B2 and 90. RGB value is (160,178,144). Sum of RGB (Red+Green+Blue) = 160+178+144=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B290 is #5F4D6F. Grayscale: #A8A8A8. Windows color (decimal): -6245744 or 9482912. OLE color: 9482912.

HSL color Cylindrical-coordinate representation of color #A0B290: hue angle of 91.76º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0B290 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 178 144 -
CMYK 0.10 0 0.19 0.30
HSL 91.76º 0.18% 0.63% -
HSV(B) 91.76º 0.19% 0.7% -
XYZ 35.45 41.33 32.49 -
YUV 168.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 160 178 144 0.10 0 0.19 0.30 91.76 0.18 0.63
Hex A0 B2 90 A 0 13 1E 5C 12 3F
Octal 240 262 220 12 0 23 36 134 22 77
Binary 10100000 10110010 10010000 1010 0 10011 11110 1011100 10010 111111

Color Harmonies of #A0B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B290

Black with #A0B290

Text Example


Text Example

White with #A0B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B290; }

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

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

background-color css

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

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

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

border-color css

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

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

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