Html Css Color HEX #A3BC71 Olivine

📋 copy color: '#A3BC71'

red 163 ◦ green 188 ◦ blue 113

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

Shades of Olivine #A3BC71

Tints of Olivine #A3BC71

RGB

 RED value IS 163 (64.06% from 255) = 35.13%

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

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

R = 35.13%
G = 40.52%
B = 24.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#A3BC71 (or 0xA3BC71) is known color: Olivine. HEX triplet: A3, BC and 71. RGB value is (163,188,113). Sum of RGB (Red+Green+Blue) = 163+188+113=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC71 is #5C438E. Grayscale: #ACACAC. Windows color (decimal): -6046607 or 7453859. OLE color: 7453859.

HSL color Cylindrical-coordinate representation of color #A3BC71: hue angle of 80º 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 #A3BC71 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 113 -
CMYK 0.13 0 0.40 0.26
HSL 80º 0.36% 0.59% -
HSV(B) 80º 0.4% 0.74% -
XYZ 36.07 44.95 22.4 -
YUV 171.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 163 188 113 0.13 0 0.40 0.26 80 0.36 0.59
Hex A3 BC 71 D 0 28 1A 50 24 3B
Octal 243 274 161 15 0 50 32 120 44 73
Binary 10100011 10111100 1110001 1101 0 101000 11010 1010000 100100 111011

Color Harmonies of #A3BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC71

Black with #A3BC71

Text Example


Text Example

White with #A3BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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