Html Css Color HEX #A3BE7C Olivine

📋 copy color: '#A3BE7C'

red 163 ◦ green 190 ◦ blue 124

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

Shades of Olivine #A3BE7C

Tints of Olivine #A3BE7C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 34.17%
G = 39.83%
B = 26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A3BE7C (or 0xA3BE7C) is known color: Olivine. HEX triplet: A3, BE and 7C. RGB value is (163,190,124). Sum of RGB (Red+Green+Blue) = 163+190+124=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE7C is #5C4183. Grayscale: #AEAEAE. Windows color (decimal): -6046084 or 8175267. OLE color: 8175267.

HSL color Cylindrical-coordinate representation of color #A3BE7C: hue angle of 84.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3BE7C is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 190 124 -
CMYK 0.14 0 0.35 0.25
HSL 84.55º 0.34% 0.62% -
HSV(B) 84.55º 0.35% 0.75% -
XYZ 37.16 46.07 26 -
YUV 174.4 99.55 119.87 -
System Red Green Blue C M Y K H S L
Decimal 163 190 124 0.14 0 0.35 0.25 84.55 0.34 0.62
Hex A3 BE 7C E 0 23 19 55 22 3E
Octal 243 276 174 16 0 43 31 125 42 76
Binary 10100011 10111110 1111100 1110 0 100011 11001 1010101 100010 111110

Color Harmonies of #A3BE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE7C

Black with #A3BE7C

Text Example


Text Example

White with #A3BE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE7C; }

 p { color: rgb(163,190,124); }

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

background-color css

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

 a { background-color: rgb(163,190,124); }

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

border-color css

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

 span { border-color: rgb(163,190,124); }

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