Html Css Color HEX #A0BA6E Olivine

📋 copy color: '#A0BA6E'

red 160 ◦ green 186 ◦ blue 110

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

Shades of Olivine #A0BA6E

Tints of Olivine #A0BA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 35.09%
G = 40.79%
B = 24.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A0BA6E (or 0xA0BA6E) is known color: Olivine. HEX triplet: A0, BA and 6E. RGB value is (160,186,110). Sum of RGB (Red+Green+Blue) = 160+186+110=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA6E is #5F4591. Grayscale: #A9A9A9. Windows color (decimal): -6243730 or 7256736. OLE color: 7256736.

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

Color convert

RGB 160 186 110 -
CMYK 0.14 0 0.41 0.27
HSL 80.53º 0.36% 0.58% -
HSV(B) 80.53º 0.41% 0.73% -
XYZ 34.87 43.72 21.35 -
YUV 169.56 94.39 121.18 -
System Red Green Blue C M Y K H S L
Decimal 160 186 110 0.14 0 0.41 0.27 80.53 0.36 0.58
Hex A0 BA 6E E 0 29 1B 51 24 3A
Octal 240 272 156 16 0 51 33 121 44 72
Binary 10100000 10111010 1101110 1110 0 101001 11011 1010001 100100 111010

Color Harmonies of #A0BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA6E

Black with #A0BA6E

Text Example


Text Example

White with #A0BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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