Html Css Color HEX #A6B871 Olivine

📋 copy color: '#A6B871'

red 166 ◦ green 184 ◦ blue 113

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

Shades of Olivine #A6B871

Tints of Olivine #A6B871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

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

R = 35.85%
G = 39.74%
B = 24.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#A6B871 (or 0xA6B871) is known color: Olivine. HEX triplet: A6, B8 and 71. RGB value is (166,184,113). Sum of RGB (Red+Green+Blue) = 166+184+113=463 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.85% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B871 is #59478E. Grayscale: #AAAAAA. Windows color (decimal): -5851023 or 7452838. OLE color: 7452838.

HSL color Cylindrical-coordinate representation of color #A6B871: hue angle of 75.21º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6B871 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 113 -
CMYK 0.10 0 0.39 0.28
HSL 75.21º 0.33% 0.58% -
HSV(B) 75.21º 0.39% 0.72% -
XYZ 35.85 43.58 22.15 -
YUV 170.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 166 184 113 0.10 0 0.39 0.28 75.21 0.33 0.58
Hex A6 B8 71 A 0 27 1C 4B 21 3A
Octal 246 270 161 12 0 47 34 113 41 72
Binary 10100110 10111000 1110001 1010 0 100111 11100 1001011 100001 111010

Color Harmonies of #A6B871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B871

Black with #A6B871

Text Example


Text Example

White with #A6B871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B871; }

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

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

background-color css

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

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

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

border-color css

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

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

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