Html Css Color HEX #A0BC6D Olivine

📋 copy color: '#A0BC6D'

red 160 ◦ green 188 ◦ blue 109

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

Shades of Olivine #A0BC6D

Tints of Olivine #A0BC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 35.01%
G = 41.14%
B = 23.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#A0BC6D (or 0xA0BC6D) is known color: Olivine. HEX triplet: A0, BC and 6D. RGB value is (160,188,109). Sum of RGB (Red+Green+Blue) = 160+188+109=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC6D is #5F4392. Grayscale: #AAAAAA. Windows color (decimal): -6243219 or 7191712. OLE color: 7191712.

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

Color convert

RGB 160 188 109 -
CMYK 0.15 0 0.42 0.26
HSL 81.27º 0.37% 0.58% -
HSV(B) 81.27º 0.42% 0.74% -
XYZ 35.24 44.54 21.21 -
YUV 170.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 160 188 109 0.15 0 0.42 0.26 81.27 0.37 0.58
Hex A0 BC 6D F 0 2A 1A 51 25 3A
Octal 240 274 155 17 0 52 32 121 45 72
Binary 10100000 10111100 1101101 1111 0 101010 11010 1010001 100101 111010

Color Harmonies of #A0BC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC6D

Black with #A0BC6D

Text Example


Text Example

White with #A0BC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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