Html Css Color HEX #A6BE6B Olivine

📋 copy color: '#A6BE6B'

red 166 ◦ green 190 ◦ blue 107

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

Shades of Olivine #A6BE6B

Tints of Olivine #A6BE6B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

 BLUE value IS 107 (42.19% from 255) = 23.11%

R = 35.85%
G = 41.04%
B = 23.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#A6BE6B (or 0xA6BE6B) is known color: Olivine. HEX triplet: A6, BE and 6B. RGB value is (166,190,107). Sum of RGB (Red+Green+Blue) = 166+190+107=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BE6B is #594194. Grayscale: #ADADAD. Windows color (decimal): -5849493 or 7061158. OLE color: 7061158.

HSL color Cylindrical-coordinate representation of color #A6BE6B: hue angle of 77.35º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6BE6B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 190 107 -
CMYK 0.13 0 0.44 0.25
HSL 77.35º 0.39% 0.58% -
HSV(B) 77.35º 0.44% 0.75% -
XYZ 36.79 46 20.85 -
YUV 173.36 90.55 122.75 -
System Red Green Blue C M Y K H S L
Decimal 166 190 107 0.13 0 0.44 0.25 77.35 0.39 0.58
Hex A6 BE 6B D 0 2C 19 4D 27 3A
Octal 246 276 153 15 0 54 31 115 47 72
Binary 10100110 10111110 1101011 1101 0 101100 11001 1001101 100111 111010

Color Harmonies of #A6BE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BE6B

Black with #A6BE6B

Text Example


Text Example

White with #A6BE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BE6B; }

 p { color: rgb(166,190,107); }

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

background-color css

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

 a { background-color: rgb(166,190,107); }

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

border-color css

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

 span { border-color: rgb(166,190,107); }

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