Html Css Color HEX #A0BC6E Olivine

📋 copy color: '#A0BC6E'

red 160 ◦ green 188 ◦ blue 110

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

Shades of Olivine #A0BC6E

Tints of Olivine #A0BC6E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.05%

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

R = 34.93%
G = 41.05%
B = 24.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#A0BC6E (or 0xA0BC6E) is known color: Olivine. HEX triplet: A0, BC and 6E. RGB value is (160,188,110). Sum of RGB (Red+Green+Blue) = 160+188+110=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC6E is #5F4391. Grayscale: #ABABAB. Windows color (decimal): -6243218 or 7257248. OLE color: 7257248.

HSL color Cylindrical-coordinate representation of color #A0BC6E: hue angle of 81.54º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0BC6E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 110 -
CMYK 0.15 0 0.41 0.26
HSL 81.54º 0.37% 0.58% -
HSV(B) 81.54º 0.41% 0.74% -
XYZ 35.29 44.57 21.49 -
YUV 170.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 160 188 110 0.15 0 0.41 0.26 81.54 0.37 0.58
Hex A0 BC 6E F 0 29 1A 52 25 3A
Octal 240 274 156 17 0 51 32 122 45 72
Binary 10100000 10111100 1101110 1111 0 101001 11010 1010010 100101 111010

Color Harmonies of #A0BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC6E

Black with #A0BC6E

Text Example


Text Example

White with #A0BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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