Html Css Color HEX #A6BD6F Olivine

📋 copy color: '#A6BD6F'

red 166 ◦ green 189 ◦ blue 111

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

Shades of Olivine #A6BD6F

Tints of Olivine #A6BD6F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 35.62%
G = 40.56%
B = 23.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#A6BD6F (or 0xA6BD6F) is known color: Olivine. HEX triplet: A6, BD and 6F. RGB value is (166,189,111). Sum of RGB (Red+Green+Blue) = 166+189+111=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #A6BD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BD6F is #594290. Grayscale: #ADADAD. Windows color (decimal): -5849745 or 7323046. OLE color: 7323046.

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

Color convert

RGB 166 189 111 -
CMYK 0.12 0 0.41 0.26
HSL 77.69º 0.37% 0.59% -
HSV(B) 77.69º 0.41% 0.74% -
XYZ 36.79 45.65 21.91 -
YUV 173.23 92.88 122.84 -
System Red Green Blue C M Y K H S L
Decimal 166 189 111 0.12 0 0.41 0.26 77.69 0.37 0.59
Hex A6 BD 6F C 0 29 1A 4E 25 3B
Octal 246 275 157 14 0 51 32 116 45 73
Binary 10100110 10111101 1101111 1100 0 101001 11010 1001110 100101 111011

Color Harmonies of #A6BD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BD6F

Black with #A6BD6F

Text Example


Text Example

White with #A6BD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BD6F; }

 p { color: rgb(166,189,111); }

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

background-color css

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

 a { background-color: rgb(166,189,111); }

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

border-color css

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

 span { border-color: rgb(166,189,111); }

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