Html Css Color HEX #A0BA90 Norway

📋 copy color: '#A0BA90'

red 160 ◦ green 186 ◦ blue 144

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

Shades of Norway #A0BA90

Tints of Norway #A0BA90

RGB

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

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

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

R = 32.65%
G = 37.96%
B = 29.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#A0BA90 (or 0xA0BA90) is known color: Norway. HEX triplet: A0, BA and 90. RGB value is (160,186,144). Sum of RGB (Red+Green+Blue) = 160+186+144=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA90 is #5F456F. Grayscale: #ADADAD. Windows color (decimal): -6243696 or 9484960. OLE color: 9484960.

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

Color convert

RGB 160 186 144 -
CMYK 0.14 0 0.23 0.27
HSL 97.14º 0.23% 0.65% -
HSV(B) 97.14º 0.23% 0.73% -
XYZ 37.09 44.61 33.04 -
YUV 173.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 160 186 144 0.14 0 0.23 0.27 97.14 0.23 0.65
Hex A0 BA 90 E 0 17 1B 61 17 41
Octal 240 272 220 16 0 27 33 141 27 101
Binary 10100000 10111010 10010000 1110 0 10111 11011 1100001 10111 1000001

Color Harmonies of #A0BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA90

Black with #A0BA90

Text Example


Text Example

White with #A0BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA90; }

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

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

background-color css

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

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

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

border-color css

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

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

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