Html Css Color HEX #A6BB6E Olivine

📋 copy color: '#A6BB6E'

red 166 ◦ green 187 ◦ blue 110

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

Shades of Olivine #A6BB6E

Tints of Olivine #A6BB6E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 35.85%
G = 40.39%
B = 23.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#A6BB6E (or 0xA6BB6E) is known color: Olivine. HEX triplet: A6, BB and 6E. RGB value is (166,187,110). Sum of RGB (Red+Green+Blue) = 166+187+110=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BB6E is #594491. Grayscale: #ACACAC. Windows color (decimal): -5850258 or 7256998. OLE color: 7256998.

HSL color Cylindrical-coordinate representation of color #A6BB6E: hue angle of 76.36º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6BB6E is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 187 110 -
CMYK 0.11 0 0.41 0.27
HSL 76.36º 0.36% 0.58% -
HSV(B) 76.36º 0.41% 0.73% -
XYZ 36.31 44.77 21.48 -
YUV 171.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 166 187 110 0.11 0 0.41 0.27 76.36 0.36 0.58
Hex A6 BB 6E B 0 29 1B 4C 24 3A
Octal 246 273 156 13 0 51 33 114 44 72
Binary 10100110 10111011 1101110 1011 0 101001 11011 1001100 100100 111010

Color Harmonies of #A6BB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB6E

Black with #A6BB6E

Text Example


Text Example

White with #A6BB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB6E; }

 p { color: rgb(166,187,110); }

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

background-color css

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

 a { background-color: rgb(166,187,110); }

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

border-color css

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

 span { border-color: rgb(166,187,110); }

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