Html Css Color HEX #A3BC7D Olivine

📋 copy color: '#A3BC7D'

red 163 ◦ green 188 ◦ blue 125

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

Shades of Olivine #A3BC7D

Tints of Olivine #A3BC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 34.24%
G = 39.5%
B = 26.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#A3BC7D (or 0xA3BC7D) is known color: Olivine. HEX triplet: A3, BC and 7D. RGB value is (163,188,125). Sum of RGB (Red+Green+Blue) = 163+188+125=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC7D is #5C4382. Grayscale: #ADADAD. Windows color (decimal): -6046595 or 8240291. OLE color: 8240291.

HSL color Cylindrical-coordinate representation of color #A3BC7D: hue angle of 83.81º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3BC7D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 125 -
CMYK 0.13 0 0.34 0.26
HSL 83.81º 0.32% 0.61% -
HSV(B) 83.81º 0.34% 0.74% -
XYZ 36.79 45.23 26.19 -
YUV 173.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 163 188 125 0.13 0 0.34 0.26 83.81 0.32 0.61
Hex A3 BC 7D D 0 22 1A 54 20 3D
Octal 243 274 175 15 0 42 32 124 40 75
Binary 10100011 10111100 1111101 1101 0 100010 11010 1010100 100000 111101

Color Harmonies of #A3BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC7D

Black with #A3BC7D

Text Example


Text Example

White with #A3BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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