Html Css Color HEX #A3BE7F Olivine

📋 copy color: '#A3BE7F'

red 163 ◦ green 190 ◦ blue 127

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

Shades of Olivine #A3BE7F

Tints of Olivine #A3BE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.46%

R = 33.96%
G = 39.58%
B = 26.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#A3BE7F (or 0xA3BE7F) is known color: Olivine. HEX triplet: A3, BE and 7F. RGB value is (163,190,127). Sum of RGB (Red+Green+Blue) = 163+190+127=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE7F is #5C4180. Grayscale: #AEAEAE. Windows color (decimal): -6046081 or 8371875. OLE color: 8371875.

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

Color convert

RGB 163 190 127 -
CMYK 0.14 0 0.33 0.25
HSL 85.71º 0.33% 0.62% -
HSV(B) 85.71º 0.33% 0.75% -
XYZ 37.35 46.15 27.02 -
YUV 174.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 163 190 127 0.14 0 0.33 0.25 85.71 0.33 0.62
Hex A3 BE 7F E 0 21 19 56 21 3E
Octal 243 276 177 16 0 41 31 126 41 76
Binary 10100011 10111110 1111111 1110 0 100001 11001 1010110 100001 111110

Color Harmonies of #A3BE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BE7F

Black with #A3BE7F

Text Example


Text Example

White with #A3BE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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