Html Css Color HEX #A6BB6B Olivine

📋 copy color: '#A6BB6B'

red 166 ◦ green 187 ◦ blue 107

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

Shades of Olivine #A6BB6B

Tints of Olivine #A6BB6B

RGB

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

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

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

R = 36.09%
G = 40.65%
B = 23.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#A6BB6B (or 0xA6BB6B) is known color: Olivine. HEX triplet: A6, BB and 6B. RGB value is (166,187,107). Sum of RGB (Red+Green+Blue) = 166+187+107=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BB6B is #594494. Grayscale: #ABABAB. Windows color (decimal): -5850261 or 7060390. OLE color: 7060390.

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

Color convert

RGB 166 187 107 -
CMYK 0.11 0 0.43 0.27
HSL 75.75º 0.37% 0.58% -
HSV(B) 75.75º 0.43% 0.73% -
XYZ 36.15 44.71 20.63 -
YUV 171.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 166 187 107 0.11 0 0.43 0.27 75.75 0.37 0.58
Hex A6 BB 6B B 0 2B 1B 4C 25 3A
Octal 246 273 153 13 0 53 33 114 45 72
Binary 10100110 10111011 1101011 1011 0 101011 11011 1001100 100101 111010

Color Harmonies of #A6BB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BB6B

Black with #A6BB6B

Text Example


Text Example

White with #A6BB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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