Html Css Color HEX #A6BF71 Olivine

📋 copy color: '#A6BF71'

red 166 ◦ green 191 ◦ blue 113

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

Shades of Olivine #A6BF71

Tints of Olivine #A6BF71

RGB

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

 GREEN value IS 191 (75% from 255) = 40.64%

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

R = 35.32%
G = 40.64%
B = 24.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#A6BF71 (or 0xA6BF71) is known color: Olivine. HEX triplet: A6, BF and 71. RGB value is (166,191,113). Sum of RGB (Red+Green+Blue) = 166+191+113=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6BF71 is #59408E. Grayscale: #AEAEAE. Windows color (decimal): -5849231 or 7454630. OLE color: 7454630.

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

Color convert

RGB 166 191 113 -
CMYK 0.13 0 0.41 0.25
HSL 79.23º 0.38% 0.6% -
HSV(B) 79.23º 0.41% 0.75% -
XYZ 37.34 46.56 22.64 -
YUV 174.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 166 191 113 0.13 0 0.41 0.25 79.23 0.38 0.6
Hex A6 BF 71 D 0 29 19 4F 26 3C
Octal 246 277 161 15 0 51 31 117 46 74
Binary 10100110 10111111 1110001 1101 0 101001 11001 1001111 100110 111100

Color Harmonies of #A6BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BF71

Black with #A6BF71

Text Example


Text Example

White with #A6BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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