Html Css Color HEX #A6BC6D Olivine

📋 copy color: '#A6BC6D'

red 166 ◦ green 188 ◦ blue 109

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

Shades of Olivine #A6BC6D

Tints of Olivine #A6BC6D

RGB

 RED value IS 166 (65.23% from 255) = 35.85%

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

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

R = 35.85%
G = 40.6%
B = 23.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#A6BC6D (or 0xA6BC6D) is known color: Olivine. HEX triplet: A6, BC and 6D. RGB value is (166,188,109). Sum of RGB (Red+Green+Blue) = 166+188+109=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC6D is #594392. Grayscale: #ACACAC. Windows color (decimal): -5850003 or 7191718. OLE color: 7191718.

HSL color Cylindrical-coordinate representation of color #A6BC6D: hue angle of 76.71º 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 #A6BC6D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 109 -
CMYK 0.12 0 0.42 0.26
HSL 76.71º 0.37% 0.58% -
HSV(B) 76.71º 0.42% 0.74% -
XYZ 36.47 45.18 21.27 -
YUV 172.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 166 188 109 0.12 0 0.42 0.26 76.71 0.37 0.58
Hex A6 BC 6D C 0 2A 1A 4D 25 3A
Octal 246 274 155 14 0 52 32 115 45 72
Binary 10100110 10111100 1101101 1100 0 101010 11010 1001101 100101 111010

Color Harmonies of #A6BC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC6D

Black with #A6BC6D

Text Example


Text Example

White with #A6BC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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