Html Css Color HEX #A3BC7B Olivine

📋 copy color: '#A3BC7B'

red 163 ◦ green 188 ◦ blue 123

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

Shades of Olivine #A3BC7B

Tints of Olivine #A3BC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 34.39%
G = 39.66%
B = 25.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#A3BC7B (or 0xA3BC7B) is known color: Olivine. HEX triplet: A3, BC and 7B. RGB value is (163,188,123). Sum of RGB (Red+Green+Blue) = 163+188+123=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BC7B is #5C4384. Grayscale: #ADADAD. Windows color (decimal): -6046597 or 8109219. OLE color: 8109219.

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

Color convert

RGB 163 188 123 -
CMYK 0.13 0 0.35 0.26
HSL 83.08º 0.33% 0.61% -
HSV(B) 83.08º 0.35% 0.74% -
XYZ 36.66 45.18 25.53 -
YUV 173.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 163 188 123 0.13 0 0.35 0.26 83.08 0.33 0.61
Hex A3 BC 7B D 0 23 1A 53 21 3D
Octal 243 274 173 15 0 43 32 123 41 75
Binary 10100011 10111100 1111011 1101 0 100011 11010 1010011 100001 111101

Color Harmonies of #A3BC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC7B

Black with #A3BC7B

Text Example


Text Example

White with #A3BC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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