Html Css Color HEX #A0BC6A Olivine

📋 copy color: '#A0BC6A'

red 160 ◦ green 188 ◦ blue 106

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

Shades of Olivine #A0BC6A

Tints of Olivine #A0BC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.35%

R = 35.24%
G = 41.41%
B = 23.35%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#A0BC6A (or 0xA0BC6A) is known color: Olivine. HEX triplet: A0, BC and 6A. RGB value is (160,188,106). Sum of RGB (Red+Green+Blue) = 160+188+106=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BC6A is #5F4395. Grayscale: #AAAAAA. Windows color (decimal): -6243222 or 6995104. OLE color: 6995104.

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

Color convert

RGB 160 188 106 -
CMYK 0.15 0 0.44 0.26
HSL 80.49º 0.38% 0.58% -
HSV(B) 80.49º 0.44% 0.74% -
XYZ 35.08 44.48 20.37 -
YUV 170.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 160 188 106 0.15 0 0.44 0.26 80.49 0.38 0.58
Hex A0 BC 6A F 0 2C 1A 50 26 3A
Octal 240 274 152 17 0 54 32 120 46 72
Binary 10100000 10111100 1101010 1111 0 101100 11010 1010000 100110 111010

Color Harmonies of #A0BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC6A

Black with #A0BC6A

Text Example


Text Example

White with #A0BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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