Html Css Color HEX #A6BC71 Olivine

📋 copy color: '#A6BC71'

red 166 ◦ green 188 ◦ blue 113

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

Shades of Olivine #A6BC71

Tints of Olivine #A6BC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.2%

R = 35.55%
G = 40.26%
B = 24.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#A6BC71 (or 0xA6BC71) is known color: Olivine. HEX triplet: A6, BC and 71. RGB value is (166,188,113). Sum of RGB (Red+Green+Blue) = 166+188+113=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BC71 is #59438E. Grayscale: #ADADAD. Windows color (decimal): -5849999 or 7453862. OLE color: 7453862.

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

Color convert

RGB 166 188 113 -
CMYK 0.12 0 0.40 0.26
HSL 77.6º 0.36% 0.59% -
HSV(B) 77.6º 0.4% 0.74% -
XYZ 36.69 45.27 22.43 -
YUV 172.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 166 188 113 0.12 0 0.40 0.26 77.6 0.36 0.59
Hex A6 BC 71 C 0 28 1A 4E 24 3B
Octal 246 274 161 14 0 50 32 116 44 73
Binary 10100110 10111100 1110001 1100 0 101000 11010 1001110 100100 111011

Color Harmonies of #A6BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC71

Black with #A6BC71

Text Example


Text Example

White with #A6BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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