Html Css Color HEX #A0BA82 Norway

📋 copy color: '#A0BA82'

red 160 ◦ green 186 ◦ blue 130

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

Shades of Norway #A0BA82

Tints of Norway #A0BA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.31%

R = 33.61%
G = 39.08%
B = 27.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A0BA82 (or 0xA0BA82) is known color: Norway. HEX triplet: A0, BA and 82. RGB value is (160,186,130). Sum of RGB (Red+Green+Blue) = 160+186+130=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA82 is #5F457D. Grayscale: #ACACAC. Windows color (decimal): -6243710 or 8567456. OLE color: 8567456.

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

Color convert

RGB 160 186 130 -
CMYK 0.14 0 0.30 0.27
HSL 87.86º 0.29% 0.62% -
HSV(B) 87.86º 0.3% 0.73% -
XYZ 36.09 44.2 27.75 -
YUV 171.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 160 186 130 0.14 0 0.30 0.27 87.86 0.29 0.62
Hex A0 BA 82 E 0 1E 1B 58 1D 3E
Octal 240 272 202 16 0 36 33 130 35 76
Binary 10100000 10111010 10000010 1110 0 11110 11011 1011000 11101 111110

Color Harmonies of #A0BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA82

Black with #A0BA82

Text Example


Text Example

White with #A0BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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